GRASS logo

NAME

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

KEYWORDS

display, raster, diagram, correlation

SYNOPSIS

d.correlate
d.correlate help
d.correlate map=name[,name,...] [--verbose] [--quiet]

Parameters:

map=name[,name,...] [required]
Name of raster map(s)

DESCRIPTION

d.correlate displays graphically the results of a r.stats analysis run on two raster map layers. This module highlights the correlation (or lack of it) among data layers (scattergram).

The results are displayed in the active display frame on the user's graphics monitor. d.correlate erases the active frame before displaying results.

NOTES

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

EXAMPLE

Scatterplot of two LANDSAT TM7 channels (North Carolina sample dataset):

g.region rast=lsat7_2002_30 -p
d.correlate map=lsat7_2002_30,lsat7_2002_40

SEE ALSO

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

AUTHOR

Michael Shapiro, U.S.Army Construction Engineering Research Laboratory

Rewritten to GRASS 6 (from csh to sh) by Markus Neteler; from sh to Python by Glynn Clements

Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - Display index - Full index

© 2003-2012 GRASS Development Team