given a list with one or more data frames with values for a plot (or subplot), create the actual plots
plotAll.fnc(reslist, sameYrange = TRUE, ylabel, xlabel = NA, intrName = NA,
pos = "end", ylimit = NA, addlines=FALSE, cexsize = 0.6, conditioningVals=NA,
conditioningColors=1, conditioningLines=1, lineColor=1, addToExistingPlot = FALSE, ...)
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
logical, if TRUE
, the ylim
for each panel will be chosen to accomodate the range of values across all panels in the plot
label to be used for the vertical axis
label to be used for the horizontal axis; this option is active only when a single predictor is plotted
label for the interaction predictor, if present
location of legend values for interaction
if specified, overrides sameYrange
for ylim
if TRUE, adds line between levels of same factor(s)
character expansion size for information in the plot for interactions, default is 0.6
vector of names of the levels of the conditioning factor in the interaction (the factor with different lines in the plot)
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)
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
name of color to be used for the lines in the plot
if TRUE, the current plot is added to an already existing plot
further graphical parameters to be passed down, none are currently implemented
A plot is produced on the graphics device.
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
See Also as plotLMER.fnc
# NOT RUN {
# }
# NOT RUN {
not intended for independent use
# }
Run the code above in your browser using DataLab