summary.sphwin: Summary of a Spatial Window that is a (Subset of) a Sphere

View source: R/summary.sphwin.R

summary.sphwinR Documentation

Summary of a Spatial Window that is a (Subset of) a Sphere

Description

Prints a useful description of a window object.

Usage

## S3 method for class 'sphwin'
summary(object, ...)

Arguments

object

Window (object of class "sphwin").

...

Ignored.

Details

A useful description of the window object is printed.

This is a method for the generic function summary.

Note

This function is the analogue for windows on the sphere of the function summary.owin in spatstat, which is the corresponding function for point processes in R^2. Hence elements of this help page have been taken from summary.owin with the permission of A. J. Baddeley. This enables the information on this help page to be consistent with that for summary.owin. It is hoped that this will minimise or remove any confusion for users of both spatstat and spherstat.

Author(s)

Tom Lawrence <email:tjlawrence@bigpond.com>

See Also

summary.sp2, summary.sp3, print.sp2, print.sp3, print.sphwin

Examples

sph <- sphwin(type="sphere")
print(sph)
summary(sph)

sphcap <- sphwin(type="band", param=c(0, pi/3), ref=c(0,0))
print(sphcap)
summary(sphcap)

baddstats/spherstat documentation built on Feb. 6, 2023, 1:45 a.m.