View source: R/summary.sphwin.R
summary.sphwin | R Documentation |
Prints a useful description of a window object.
## S3 method for class 'sphwin' summary(object, ...)
object |
Window (object of class " |
... |
Ignored. |
A useful description of the window object
is printed.
This is a method for the generic function summary
.
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.
Tom Lawrence <email:tjlawrence@bigpond.com>
summary.sp2
, summary.sp3
,
print.sp2
, print.sp3
,
print.sphwin
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.