plot.cc.offset {ncf} | R Documentation |
Plots the cc.offset summary of the anisotropic spatial correlation-functions
Description
plot method for class "cc.offset".
Usage
## S3 method for class 'cc.offset'
plot(x, dmax = NULL, inches = NULL, ...)
Arguments
x |
an object of class "cc.offset", usually, as a result of applying |
dmax |
the maximal distance for radial plot. If NULL, the maximum distance in the data will be used. |
inches |
the size of the symbols.If NULL, default is 0.1. |
... |
other arguments |
Value
A radial symbol plot results. The radius represents the distance to peak correlation (the mode) of the correlation function (in the positive direction). The size of the symbol represents the magnitude of the correlation at the mode for the given cardinal direction.
See Also
cc.offset
, Sncf2D
, plot.Sncf2D
[Package ncf version 1.3-2 Index]