- x
a data frame (or matrix the relationships between whose columns are to be examined). Any combination of quantitative and categorical variables is acceptable.
- upper.pars
see Details
- lower.pars
see Details
- diagonal
by default, the diagonal from the top left to the bottom right is used for displaying the variable names (and, in our version, the marginal distributions of the variables); diagonal="other"
will place the diagonal running from the top right down to the bottom left.
- outer.margins
a list of length 4 with units as components named bottom, left, top, and right, giving the outer margins; the default uses two lines of text. A vector of length 4 with units (ordered properly) will work, as will a vector of length 4 with numeric values (interpreted as lines).
- xylim
optionally specify a single range to be used as xlim
and ylim
where appropriate. Note that if this option causes cropping, it will fail to work in barcode panels.
- outer.labels
the default is NULL
, for alternating axis labels around the perimeter. If "all"
, all labels are printed, and if "none"
no labels are printed.
- outer.rot
a 2-vector (x, y) rotating the top/bottom outer labels x
degrees and the left/right outer labels y
degrees. Only works for categorical labels of boxplot and mosaic panels.
- gap
the gap between the tiles; defaulting to 0.05 of the width of a tile.
- buffer
the fraction by which to expand the range of quantitative variables to provide plots that will not truncate plotting symbols. Defaults to 0 percent of range currently.
- reorder
currently only support for the string "cluster"
, which reorders the columns according to the output of hclust
. Note that factors are coerced to numbers by replacing them with integers, which implicitly assumes what is probably an arbitrary ordering.
- cluster.pars
a list with two elements named dist.method
and hclust.method
. These are passed respectively to dist
and hclust
. NULL
is equivalent to list(dist.method = "euclidean", hclust.method = "complete")
.
- stat.pars
NULL
is equivalent to list(fontsize = 7, signif = 0.05, verbose = FALSE, use.color = TRUE, missing = 'missing', just = 'centre')
; stat.pars\$verbose
can be TRUE
(providing 5 statistics), FALSE
(providing 2 statistics), or NA
(nothing). The string missing
is used in summaries where there are missing values; fontsize
and just
control the size and justification of the text summaries (see grid.text
and gpar
. The use.color=FALSE
option provides an alternative summary of the strength of the correlation (see Green and Hickey (2006)). This is only used with scatter="stats")
in upper.pars
and lower.pars
.
- scatter.pars
NULL
is equivalent to list(pch = 1, size = unit(0.25, "char"), col = "black", frame.fill = NULL, border.col = "black")
.
- bwplot.pars
NULL
, passed to bwplot
for producing boxplots.
- stripplot.pars
NULL
is equivalent to list(pch = 1, size = unit(0.5, 'char'), col = 'black', jitter = FALSE)
.
- barcode.pars
NULL
is equivalent to list(nint = 0, ptsize = unit(0.25, "char"), ptpch = 1, bcspace = NULL, use.points = FALSE)
.
- mosaic.pars
NULL
. Currently shade
, gp_labels
, gp
, and gp_args
are passed through to strucplot
for producing mosaic tiles.
- axis.pars
NULL
is equivalent to list(n.ticks = 5, fontsize = 9)
.
- diag.pars
NULL
is equivalent to list(fontsize = 9, show.hist = TRUE, hist.color = 'black')
.
- whatis
default is FALSE
; TRUE
returns whatis(x)
.