Usage
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, ...)
Arguments
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 TRUE
, the ylim
for each panel will be chosen to accomodate the range of values across all panels in the plot
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 sameYrange
for ylim
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