| summary.subset {ssBase} | R Documentation |
This function provides a method for the generic function summary for objects of class "subset".
## S3 method for class 'subset': summary(object, plot=FALSE, ...)
object |
an object of class "subset".
|
plot |
logical. Default is FALSE, in which case the character string is composed of only ASCII characters. If TRUE it is composed so that inequalities are represented properly on a graphics device.
|
... |
other options for summarising "subset" objects.
|
One character string describing the subset represented by object.
subset.circle, subset.polygon, subset.rect, subset.sphere, print.subset
data(NZ55)
a <- subsetrect(NZ55, minlong=165, maxlong=180, minlat=-48, maxlat=-35,
minmag=7, minday=julian(2,27,1960)+12/24+32/1440)
summary(a)