Description Usage Arguments Value Examples
Returns a simple time series plot.
| 1 | basicStartlePlot(df, filter_groups, n_col)
 | 
| df | A dataframe returned by loadStartleData function. | 
| filter_groups | An optional argument, a vector of strings used for filtering the data and displaying only wished groups on plots. | 
| n_col | An optional argument, defines number of graph columns. | 
Returns a time series plot.
| 1 2 3 4 5 | # Load example data
df <- ratpasta_demo
# running basicStartlePlot
basicStartlePlot(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.