- Data
Numeric matrix containing the data. Each column is one variable.
- Ordering
Optional:x String specifying ordering of variables on the axis.
Options are "Default", "Columnwise", "AsIs", "Alphabetical",
"Average", "Bimodal", "Variance", "Statistics".
- Scaling
Optional, Data scaling method. Options: "None", "Percentalize",
"CompleteRobust", "Robust", "Log".
- QuantityThreshold
Optional: Minimum number of finite values required to estimate a distribution.
- UniqueValuesThreshold
Optional: Minimum number of unique values required to estimate a distribution.
- SampleSize
Optional: Maximum sample size. Larger datasets are subsampled for faster computation.
- LabelThreshold
Optional: If number of variables exceeds this threshold, not all x-axis labels are shown.
- LabelMax
Optional: Maximum number of x-axis labels shown when many variables are present.
- LabelEvery
Optional: Integer. Show every \(k\)th variable label (overrides LabelMax).
- LabelVariables
Optional: Character vector of variables to label explicitly (overrides other options).
- SizeOfJitteredPoints
Optional: scalar. If not enough unique values for density estimation are given, data points are jittered. This parameter defines the size of the points.
- palette
Optional: Vector of colors for density scale, from low to high density.
- ylab
Optional: Label for the y-axis (range of values in which PDE is estimated).
- main
Optional: Title of the plot.
- BW
Optional: Logical. If TRUE, use black-and-white theme and remove grid lines.