Specify plot parameters for metric subspaces in a data model for a level. A list of plot parameters is created for different levels and passed to dmPlotMetricSubspaces().
dmPlotMetricSubspaceParameters(
level,
labels = c("*"),
percent = 10,
boundary = TRUE,
color = "red",
backgroundPercent = 0,
backgroundColor = "red",
backgroundReset = TRUE,
plotLabels = TRUE
)List of plot parameters for metric subspaces
Level for metric subspaces.
Vector of labels for metric subspaces. The default vector contains the wildcard character * which includes all labels.
Percent of randomly selected data points of generative data contained in metric subspaces
Boolean value indicating if only data points of metric subspace boundaries should be selected
Color for data points of generative data contained in metric subspaces
Percent of randomly selected data points of generative data contained in metric subspaces for background
Color for data points of generative data contained in metric subspaces for background
Before data points for a metric subspace are drawn reset its background.
Boolean value indicating if labels for metric subspaces for a level should be displayed
if (FALSE) {
dmPlotMetricSubspaceParameters(0.5)}
Run the code above in your browser using DataLab