depth.hist {ssEDA}R Documentation

Depth Histogram

Description

Plots a histogram of the depth of selected events.

Usage

depth.hist(events, cumulative=FALSE, delta=NA)

Arguments

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.

See Also

freq.cusum, freq.magnitude, magnitude.cusum, magnitude.time, epicentres, threeD, timeplot, multigraph

Examples

data(NZ55)

depth.hist(subsetrect(NZ55, minmag=5.5))

[Package ssEDA version 2.2-1 Index]