plot.subset {ssEDA}R Documentation

Method for Generic Function Plot

Description

Plots four summary graphs for the selected subset: frequency-magnitude plot, depth histogram, counts by year, and magnitude-time plot.

Usage

## S3 method for class 'subset':
plot(x, ...)

Arguments

x defines the events to be plotted. It is an object with class "subset" created by subsetcircle, subsetpolygon, subsetrect or subsetsphere.
... other options for plotting "subset" objects.

Value

NULL

See Also

subsetcircle, subsetpolygon, subsetrect, subsetsphere

Examples

data(NZ55)
a <- subsetrect(NZ55, minday=julian(1,1,1970))
plot(a)

[Package ssEDA version 2.2-1 Index]