ppregion: Set Domain for Spatial Point Pattern Analyses

View source: R/pp.R

ppregionR Documentation

Set Domain for Spatial Point Pattern Analyses

Description

Sets the rectangular domain (xl, xu) \times (yl, yu).

Usage

ppregion(xl = 0, xu = 1, yl = 0, yu = 1)

Arguments

xl

Either xl or a list containing components xl, xu, yl, yu (such as a point-process object)

xu, yl, yu

otheri limits of the rectangle if given separately.

Value

none

Side Effects

initializes variables in the C subroutines.

References

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

See Also

ppinit, ppgetregion


spatial documentation built on July 26, 2023, 5:33 p.m.

Related to ppregion in spatial...