Description Usage Arguments Value Examples
Make super cool plots
1 2 3 4 5 6 7 | makePlot(plotData = "plotData", time = "time", measurevar = "measurevar",
type = "type", group = "group", xaxis = "interstimulus interval (sec)",
yaxis = "residual reaction time (ms)", se = "se", barWidth = 0.03,
legtitle = "Word Type", legcolors = c("firebrick1", "limegreen",
"royalblue1"), leglevels = c("n", "w", "a"), leglabels = c("non-word",
"non-associate", "associate"), plotorder = c("nomusic", "slowmusic",
"fastmusic"), plottitles = c("No Music", "Slow Music", "Fast Music"))
|
plotData |
formatted data frame to use for plot |
time |
time variable for x-axis |
measurevar |
dependent variable for y-axis |
type |
grouping variable for stimulus type (what lines are split by) |
group |
grouping variable for experimental group (each on separate plot) |
xaxis |
label for x-axis |
yaxis |
label for y-axis |
se |
standard error value for error bars |
barWidth |
width of error bars (default .025) |
awesome plot of our formatted data; includes separate lines for stimulus type and separate plots for experimental group
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.