Description Usage Value Examples
The function is used with ggplot2 to produce plot for the earthquake data.
For input arguments, please refer to geom_point
for further details.
1 2 3 |
layer object for plotting purpose
1 2 3 4 5 | ## Not run: ggplot(data = selected) +
aes(x=DATE, colour = TOTAL_DEATHS,
size = EQ_PRIMARY) +
geom_timeline(xmin=xmin, xmax=xmax)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.