| plot.subset {ssEDA} | R Documentation |
Plots four summary graphs for the selected subset: frequency-magnitude plot, depth histogram, counts by year, and magnitude-time plot.
## S3 method for class 'subset': plot(x, ...)
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.
|
NULL
subsetcircle, subsetpolygon, subsetrect, subsetsphere
data(NZ55) a <- subsetrect(NZ55, minday=julian(1,1,1970)) plot(a)