g_timeseries: Create time series bar plot.

View source: R/g_timeseries.r

g_timeseriesR Documentation

Create time series bar plot.

Description

Create time series bar plot.

Usage

  g_timeseries(data = NULL)

Arguments

data

Data set to plot with.

Examples

## 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)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.