| g_timeseries | R Documentation |
Create time series bar plot.
g_timeseries(data = NULL)
data |
Data set to plot with. |
## Not run:
# Run with example data set (commits from the ropensci organization account)
g_timeseries()
# Get your own data
g_auth()
mydat <- llply(c('ggplot2','plyr','httr'), function(x) g_commits(userorg='hadley',repo=x,limit=500))
mydat <- ldply(mydat)
g_timeseries(mydat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.