Description Usage Arguments Value Note Examples
View source: R/eq_geomtimeline.R
creates a timeline from quake data. Goes wtih ggproto GeomTimeline
1 2 3 4 5 6 7 8 9 10 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
argument for calling ggplot2::layer, defaults to 'identity', a statistical transformation to be applied to the data |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
whether to remove NAs from the data. Defaults to FALSE |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
... |
Other arguments passed on to |
a timeline with points representing quakes
aesthetics: x: dates for timeline; y: factor for timeline; colour: var for color; size: var for how large to make quakes on timeline
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.