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

NAME

6       d.correlate   -  Prints  a graph of the correlation between raster maps
7       (in pairs).
8

KEYWORDS

10       display, statistics, raster, diagram, correlation
11

SYNOPSIS

13       d.correlate
14       d.correlate --help
15       d.correlate  map=name[,name,...]   [--help]    [--verbose]    [--quiet]
16       [--ui]
17
18   Flags:
19       --help
20           Print usage summary
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28       --ui
29           Force launching GUI dialog
30
31   Parameters:
32       map=name[,name,...] [required]
33           Name of raster map(s)
34

DESCRIPTION

36       d.correlate  displays graphically the results of a r.stats analysis run
37       on two raster map layers. This module highlights  the  correlation  (or
38       lack of it) among data layers (scattergram).
39
40       The  results  are  displayed  in the active display frame on the user’s
41       graphics monitor. d.correlate erases the active frame before displaying
42       results. If no graphics monitor is open, a file map.png is generated in
43       the current directory.
44

NOTES

46       If three or four map layers are specified, the correlation  among  each
47       combination of two data layers is displayed.
48

EXAMPLE

50       Scatterplot   of  two  LANDSAT  TM7  channels  (North  Carolina  sample
51       dataset):
52
53       g.region raster=lsat7_2002_30 -p
54       d.correlate map=lsat7_2002_30,lsat7_2002_40
55       Scatterplot of two LANDSAT TM7 channels
56

SEE ALSO

58        d.text, d.graph, r.coin, r.regression.line, r.stats
59

AUTHORS

61       Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
62
63       Rewritten to GRASS 6 (from csh to sh) by Markus  Neteler;  from  sh  to
64       Python by Glynn Clements
65

SOURCE CODE

67       Available at: d.correlate source code (history)
68
69       Main  index | Display index | Topics index | Keywords index | Graphical
70       index | Full index
71
72       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
73
74
75
76GRASS 7.8.5                                                     d.correlate(1)
Impressum