- data
is an n X 2 dataframe or matrix. First column defines X (intially for horzontal axis), the second defines Y.
- revc
reverses X,Y specifications.
- sw
extends axes toward lower left, effectively moving data points to the southwest.
- ne
extends axes toward upper right, effectively moving data points to northeast. Making both sw and ne smaller moves points farther
apart, while making both larger moves data points closer together.
- ptpch
controls the pch of the (X,Y) points and of differences score points.
- ptcex
controls the cex of the (X,Y) points and of differences score points.
- labcex
controls size of axes labels.
- ident
logical, default FALSE. Allows user to identify individual points.
- colors
vector defining colors of six components of the plot: (X,Y) points, horizontal and vertical dashed lines representing
means of the two groups, light dashed diagonal lines connecting (X,Y) points and projections differences dotplot,
differences arranged as a dotplot, heavy dashed diagonal line representing the mean of differences,
confidence interval.
- pt.lab
optional character vector defining labels for points. Only used if ident is TRUE.
If NULL, rownames(data) are used if available; if not 1:n is used.
- xlab
optional label (as character) for horizontal axis. If not defined, axis labels are taken from colnames of data.
- ylab
optional label (as character) for vertical axis.
- main
optional main title (as character); if not supplied by user generic title is provided.
- sub
optional subtile (as character).
- par.orig
returns par to original settings; if multipanel plots it is advisable to specify FALSE.