Provided by: grass-doc_6.4.3-3_all bug

NAME

       d.split   -  Divides  active  display into two frames & displays maps/executes commands in
       each frame.

KEYWORDS

       display, setup

SYNOPSIS

       d.split
       d.split help
       d.split   [map1=string]    [cmd1=string]    [map2=string]     [cmd2=string]    view=string
       [--verbose]  [--quiet]

   Parameters:
       map1=string
           Enter raster map to display in 1st frame

       cmd1=string
           Enter command to execute in 1st frame
           Default: d.rast

       map2=string
           Enter raster map to display in 2nd frame

       cmd2=string
           Enter command to execute in 2nd frame
           Default: d.rast

       view=string
           How to split display
           Options: vert,horiz
           Default: vert

DESCRIPTION

       d.split  Divides  active  display  into  two  equal frames horizontally or vertically, and
       displays raster maps or runs GRASS commands in each frame.
       This module has been superseded by the new d.split.frame module, which is much nicer.

NOTES

       Commands such as d.rast.leg will interfere with the frame creation and cannot be used.

EXAMPLE

       d.split view=horiz cmd1="d.rast slope" cmd2="d.histogram slope"

SEE ALSO

        d.frame, d.split.frame

AUTHOR

       GRASS team 1989 Update to GRASS 5.7 by Michael Barton, Arizona State University

       Last changed: $Date: 2011-11-08 01:42:51 -0800 (Tue, 08 Nov 2011) $

       Full index

       © 2003-2013 GRASS Development Team