Description Usage Arguments Examples
View source: R/visualization tools.R
Given a subset of earthquake data (df) this will plot the data as a timeline (without label annotations) and apply formatting. The resulting image will then be saved as earthquakes_timeline.png if the parameter save_png is TRUE.
1 | plot_earthquakes_timeline(df, save_png = FALSE)
|
df |
A dataframe of the earthquake data your wish to plot |
save_png |
Boolean, default is FALSE, of whether to save as a png file |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.