print.sphwin: Print Brief Details of a Spatial Window that is a (Subset of)...

View source: R/print.sphwin.R

print.sphwinR Documentation

Print Brief Details of a Spatial Window that is a (Subset of) a Sphere

Description

Prints a very brief description of a window object.

Usage

 ## S3 method for class 'sphwin'
print(x, ...)

Arguments

x

Window (object of class "sphwin").

...

Ignored

Details

A very brief description of the window x is printed.

This is a method for the generic function print.

Note

This function is the analogue for windows on the sphere of the function print.owin in spatstat, which is the corresponding function for point processes in R^2. Hence elements of this help page have been taken from print.owin with the permission of A. J. Baddeley. This enables the information on this help page to be consistent with that for print.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.sp2, summary.sphwin

Examples

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

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

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