ratPASTA (version 0.1.2)

basicStartlePlot: Basic Startle Plot

Description

Returns a simple time series plot.

Usage

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

Run this code
# NOT RUN {
# Load example data
df <- ratpasta_demo

# running basicStartlePlot
basicStartlePlot(df)

# }

Run the code above in your browser using DataCamp Workspace