Boxplot of Variogram Cloud
Usage
spacebox(point.obj, pairs.obj, v1, v2=v1, type='r')
Arguments
point.obj
|
a point object generated by point()
|
pairs.obj
|
a pairs object generated by pairs()
|
v1
|
a variable to plot
|
v2
|
an optional variable name, if entered the plot will be created between v1 and v2
|
type
|
either 'r' for square-root differences or 's' for squared differences
|
Description
Create boxplots of square-root or squared differences between variable values at pairs of points versus the distance
between the points.Value
NULLReferences
http://www.gis.iastate.edu/SGeoStat/homepage.htmlSee Also
point
, pairs
Examples
spacebox(maas.pts,maas.pairs,'zinc')