plot.seismic_geojson: Plot geojson object

Description Usage Arguments Value See Also Examples

View source: R/plot.seismic_geojson.R

Description

Plot geojson object

Usage

1
2
## S3 method for class 'seismic_geojson'
plot(x, ...)

Arguments

x

GeoJson Object

...

other arguments to be handle internally by the plot function

Value

Plots an object of type seismic_geojson.

See Also

get_seismic_data, fit_quaker, flatten_to_table, get_freq_grp_by_country_mag, get_freq_grp_by_day_mag

Examples

1
2
plot(get_seismic_data(timeFrame = 'PAST_WEEK', minMagnitude = '1'))
plot(get_seismic_data(timeFrame = 'PAST_MONTH', minMagnitude = '2.5'))

iant04128591/quaker documentation built on May 18, 2019, 1:28 a.m.