| depth.hist {ssEDA} | R Documentation |
Plots a histogram of the depth of selected events.
depth.hist(events, cumulative=FALSE, delta=NA)
events |
defines the events to be plotted. It is an object of class "subset", generally created by subsetcircle, subsetpolygon, subsetrect or subsetsphere.
|
cumulative |
boolean value. If TRUE, the plot is a cumulative histogram. Default if FALSE.
|
delta |
numeric, the bar width used in the histogram. By default, if the depth range is greater than 110 km, delta=10, else delta=1.
|
freq.cusum, freq.magnitude,
magnitude.cusum, magnitude.time,
epicentres, threeD, timeplot,
multigraph
data(NZ55) depth.hist(subsetrect(NZ55, minmag=5.5))