1d.correlate(1)                Grass User's Manual               d.correlate(1)
2
3
4

NAME

6       d.correlate   -  prints  a graph of the correlation between data layers
7       (in pairs)
8

KEYWORDS

10       display, diagram
11

SYNOPSIS

13       d.correlate
14       d.correlate help
15       d.correlate      layer1=string      layer2=string       [layer3=string]
16       [layer4=string]   [--verbose]  [--quiet]
17
18   Parameters:
19       layer1=string
20           raster input map
21
22       layer2=string
23           raster input map
24
25       layer3=string
26           raster input map
27
28       layer4=string
29           raster input map
30

DESCRIPTION

32       d.correlate  is  a  shell  (sh(1)) script that graphically displays the
33       results of an r.stats run on two raster map layers.  This shell  script
34       is  useful  for highlighting the correlation (or lack of it) among data
35       layers (scattergram).
36
37       The results are displayed in the active display  frame  on  the  user's
38       graphics  monitor.  d.correlate erases the active frame before display‐
39       ing results.
40

OPTIONS

42   Parameters:
43       layer1 layer2 [layer3 [layer4]]
44              The names of from two to four existing raster map layers  to  be
45              included in the correlation.
46

NOTES

48       This  is  a  shell script that uses r.stats and the UNIX awk command to
49       calculate the correlation  among  data  layers,  and  uses  d.text  and
50       d.graph to display the results.
51
52       If  three  or four map layers are specified, the correlation among each
53       combination of two data layers is displayed.
54

FILES

56       This program is simply a shell script.  Users are  encouraged  to  make
57       their  own  shell  script programs using similar techniques.  See $GIS‐
58       BASE/scripts/d.correlate.
59

SEE ALSO

61       The UNIX awk command
62
63       d.text, d.graph, r.coin, r.stats
64

AUTHOR

66       Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
67
68       Rewritten to GRASS 6 (from csh to sh) by Markus Neteler
69
70       Last changed: $Date: 2005-05-18 13:19:25 +0200 (Wed, 18 May 2005) $
71
72       Full index
73
74       © 2003-2008 GRASS Development Team
75
76
77
78GRASS 6.3.0                                                     d.correlate(1)
Impressum