Description Usage Arguments Value Examples
This Geom uses ggplot2 package.
1 | geom_timeline_label(data, xmindate, xmaxdate, country, n_max)
|
data |
Tidy earthquake data, as dataframe |
xmindate |
Minimum Date to plot |
xmaxdate |
Maximum Date to plot |
country |
Character vector of Country/Countries to plot |
n_max |
Number of labels to plot |
Returns ggplot
1 2 3 4 5 6 7 8 | ## Not run:
geom_timeline_label(data = read_noaa_file(filename="signif.txt"),
xmindate = "2000-01-01",
xmaxdate = "2017-12-31",
country = c("JAPAN"),
n_max = 7)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.