Returns a simple time series plot.
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.
# Load example data df <- ratpasta_demo # running basicStartlePlot basicStartlePlot(df)