spacebox: Boxplot of Variogram Cloud

Description Usage Arguments Value References See Also Examples

Description

Create boxplots of square-root or squared differences between variable values at pairs of points versus the distance between the points.

Usage

1
spacebox(point.obj, pair.obj, a1, a2, type='r')

Arguments

point.obj

a point object generated by point()

pair.obj

a pairs object generated by pair()

a1

a variable to plot

a2

an optional variable name, if entered the plot will be created between a1 and a2

type

either 'r' for square-root differences or 's' for squared differences

Value

NULL

References

http://www.gis.iastate.edu/SGeoStat/homepage.html

See Also

point, pair

Examples

1
spacebox(maas.point,maas.pair,'zinc')

sgeostat documentation built on May 1, 2019, 6:31 p.m.

Related to spacebox in sgeostat...