Description Usage Arguments Details Value Note Author(s) See Also Examples
given a list with one or more data frames with values for a plot (or subplot), create the actual plots
1 2 3 |
reslist |
list with as components either a data frame or a list with data frames, the data frames specify X and Y coordinates and HPD intervals |
sameYrange |
logical, if |
ylabel |
label to be used for the vertical axis |
xlabel |
label to be used for the horizontal axis; this option is active only when a single predictor is plotted |
intrName |
label for the interaction predictor, if present |
pos |
location of legend values for interaction |
ylimit |
if specified, overrides |
addlines |
if TRUE, adds line between levels of same factor(s) |
cexsize |
character expansion size for information in the plot for interactions, default is 0.6 |
conditioningVals |
vector of names of the levels of the conditioning factor in the interaction (the factor with different lines in the plot) |
conditioningColors |
vector of names of the colors to be used for the levels of the conditioning factor in the interaction (the factor with different lines in the plot) |
conditioningLines |
vector of names of the line types to be used for the levels of the conditioning factor in the interaction (the factor with different lines in the plot), by default solid lines |
lineColor |
name of color to be used for the lines in the plot |
addToExistingPlot |
if TRUE, the current plot is added to an already existing plot |
... |
further graphical parameters to be passed down, none are currently implemented |
Note that reslist
may contain as elements lists of data frames, these then specify the separate points or lines to be plotted for a given interaction
A plot is produced on the graphics device.
not intended for independent use
R. H. Baayen
See Also as plotLMER.fnc
1 | ## Not run: not intended for independent use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.