summary.subset {ssBase}R Documentation

Summary of Subset

Description

This function provides a method for the generic function summary for objects of class "subset".

Usage

## S3 method for class 'subset':
summary(object, plot=FALSE, ...)

Arguments

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.

Value

One character string describing the subset represented by object.

See Also

subset.circle, subset.polygon, subset.rect, subset.sphere, print.subset

Examples

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)

[Package ssBase version 2.2-1 Index]