print.sphwin | R Documentation |
Prints a very brief description of a window object.
## S3 method for class 'sphwin' print(x, ...)
x |
Window (object of class " |
... |
Ignored |
A very brief description of the window x
is printed.
This is a method for the generic function print
.
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.
Tom Lawrence <email:tjlawrence@bigpond.com>
summary.sp2
, summary.sp3
,
print.sp2
, print.sp2
,
summary.sphwin
sph <- sphwin(type="sphere") print(sph) sphcap <- sphwin(type="band", param=c(0, pi/3), ref=c(0,0)) print(sphcap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.