- data
a data.frame with numerical data to create the scatterplot matrix
- connectedScales
Determines how the scales of the panels are to be connected.
- linkingGroup
string giving the linkingGroup for all plots. If missing,
a default linkingGroup will be determined from deparsing the data.
- linkingKey
a vector of strings to provide a linking identity for each row of the
data data.frame. If missing, a default linkingKey will be 0:(nrows(data)-1).
- showItemLabels
TRUE, logical indicating whether its itemLabel pops up over a point when
the mouse hovers over it.
- itemLabel
a vector of strings to be used as pop up information when the mouse hovers
over a point. If missing, the default itemLabel will be the row.names(data).
- showHistograms
logical (default FALSE) to show histograms of each variable
or not
- histLocation
one "edge" or "diag", when showHistograms = TRUE
- histHeightProp
a positive number giving the height of the histograms as a
proportion of the height of the scatterplots
- histArgs
additional arguments to modify the `l_hist` states
- showSerialAxes
logical (default FALSE) indication of whether to show a serial axes plot
in the bottom left of the pairs plot (or not)
- serialAxesArgs
additional arguments to modify the `l_serialaxes` states
- parent
a valid Tk parent widget path. When the parent widget is
specified (i.e. not NULL) then the plot widget needs to be placed using
some geometry manager like tkpack or tkplace in
order to be displayed. See the examples below.
- plotWidth
default plot width (in pixel)
- plotHeight
default plot height (in pixel)
- span
How many column/row occupies for each widget
- showProgressBar
Logical; show progress bar or not
- ...
named arguments to modify the `l_plot` states of the scatterplots