basicStartlePlot: Basic Startle Plot

Description Usage Arguments Value Examples

View source: R/startle.r

Description

Returns a simple time series plot.

Usage

1
basicStartlePlot(df, filter_groups, n_col)

Arguments

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.

Value

Returns a time series plot.

Examples

1
2
3
4
5
# Load example data
df <- ratpasta_demo

# running basicStartlePlot
basicStartlePlot(df)

ratPASTA documentation built on June 2, 2021, 9:06 a.m.