- x
A data frame or matrix of raw data, or the resulting object from describe
,
describeBy
, statsBy
, bestScales
,
corCi
, corr.test
, or cohen.d
- var
The variable to show (particularly if doing describeBy or StatsBy plots).
- se
Source of a standard error
- group
A grouping variable, if desired. Will group the data on group for one variable (var)
- sd
if FALSE, confidence intervals in terms of standard errors, otherwise draw one standard deviation
- effect
Should the data be compared to a specified group (with mean set to 0) in effect size units?
- stats
A matrix of means and se to use instead of finding them from the data
- head
The number of largest values to report
- tail
The number of smallest values to report
- sort
Sort the groups/variables by value
- decreasing
Should they be sorted in increasing or decreasing order (from top to bottom)
- main
The caption for the figure
- alpha
p value for confidence intervals
- eyes
Draw catseyes for error limits
- items
If showing results from best scales, show the items for a specified dv
- min.n
If using describeBy or statsBy, what should be the minimum sample size to draw
- max.labels
Length of labels (truncate after this value)
- labels
Specify the labels versus find them from the row names
- label.width
Truncate after labels.width
- select
Scale the plot for all the variables, but just show the select variables
- groups
ignored: to be added eventually
- gdata
ignored
- cex
The standard meaning of cex for graphics
- pt.cex
ignored
- pch
Plot character of the mean
- gpch
ignored
- bg
background color (of the dots showing the means)
- fg
foreground color (of the line segments)
- color
Color of the text labels
- gcolor
ignored
- lcolor
ignored until groups are implemented
- xlab
Label the x axis, if NULL, the variable name is used
- ylab
If NULL, then the group rownames are used
- xlim
If NULL, then calculated to show nice values
- add
If TRUE, will add the plot to a previous plot (e.g., from dotchart)
- order
if sort=TRUE, if order is NULL, sort on values, otherwise, if order is returned from a previous figure, use that order.
- ...
And any other graphic parameters we have forgotten