Factor Plot Dialog Function

DESCRIPTION:

This function is used by the Factor Plot dialog.

USAGE:

menuPlotFactor(data, dependent=NULL, independent=NULL, subset=NULL, 
    na.rm=T, type="Boxplot", rotate=F, boxmeans=F, rows=1, columns=1) 

REQUIRED ARGUMENTS:

data
data set of interest.
dependent
dependent variable of interest.
independent
independent variables of interest.

OPTIONAL ARGUMENTS:

subset
subset expression for rows.
na.rm
logical indicating whether to omit rows with missing values.
type
character string indicating style of plot. Possible values are "box" (default), "fraction non0", and "shaded bar". The styles produce: box-plots; bar-plots of the fraction of observations not equal to 0; and shaded bars with each shaded area representing the number of observations having a particular value.
rotate
if TRUE, x-axis labels will be rotated. The default is `sum(nchar(xalabs))>80'.
boxmeans
TRUE if you want the mean of the boxplots to be indicated. Applicable for style="box" only.
rows
number of rows per page in graph layout.
columns
number of columns per page in graph layout.

SEE ALSO: