| plotting_functions | R Documentation |
plot_targetted_tbins() plots targetted time data on a trial.
plot_tbins() plots non-targetted time data on a trial.
plot_targetted_trials() plots targetted trial data.
plot_trials() plots non-targetted trial data.
plot_targetted_typed_trials() plots
targetted trial data with a type.
plot_targetted_complex_trials() plots
targetted data with a third variable.
plot_targetted_tbins(data, t = max(data$trial))
plot_tbins(data, t = max(data$trial))
plot_targetted_trials(data)
plot_trials(data)
plot_targetted_typed_trials(data)
plot_targetted_complex_trials(data, col)
data |
A |
t |
A numeric vector specifying the trial(s) to plot. Defaults to the last trial in data. |
col |
A string specifying the column of the third variable. |
plot_targetted_tbins() returns 'ggplot' object.
plot_tbins() returns 'ggplot' object.
plot_targetted_trials() returns 'ggplot' object.
plot_trials() returns 'ggplot' object.
plot_targetted_typed_trials() returns 'ggplot' object.
plot_targetted_complex_trials() returns 'ggplot' object.
All data must be organised as
returned by results() or parsed_results().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.