Description Usage Value Examples
View source: R/ggplotExtensions.R
GGplot function that creates a timeline graph of a group of earthquakes with associated labels
1 |
Draws a GGplot graph
1 | ## Not run: ggplot(inputData) + geom_timeline(aes(x=Date, colour=Deaths, label=Location, n_max=5, size=Mag)) + theme_quake()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.