View source: R/plot_timecourse.R
parse_for_tc | R Documentation |
Internal command for parsing various data structures into a suitable format
for tc_plot
parse_for_tc(
data,
time_lim,
electrode,
baseline,
add_CI,
facets,
mapping,
colour
)
data |
data to be parsed |
time_lim |
time limits to be returned. |
electrode |
electrodes to be selected |
baseline |
baseline times to be average and subtracted |
add_CI |
Logical for whether CIS are required |
facets |
A RHS-only formula for use with |
mapping |
A |
colour |
A character vector indicating which variable to use for colour. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.