spacebox {sgeostat} | R Documentation |
Boxplot of Variogram Cloud
Description
Create boxplots of square-root or squared differences between variable values at pairs of points versus the distance between the points.
Usage
spacebox(point.obj, pair.obj, a1, a2, type='r')
Arguments
point.obj |
a point object generated by |
pair.obj |
a pairs object generated by |
a1 |
a variable to plot |
a2 |
an optional variable name, if entered the plot will be created between |
type |
either |
Value
NULL
References
http://www.gis.iastate.edu/SGeoStat/homepage.html
See Also
Examples
spacebox(maas.point,maas.pair,'zinc')
[Package sgeostat version 1.0-27 Index]