dmPlotMetricSubspaceParameters {ganDataModel}R Documentation

Specify plot parameters for metric subspaces for a level

Description

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().

Usage

dmPlotMetricSubspaceParameters(
  level,
  labels = c("*"),
  percent = 10,
  boundary = TRUE,
  color = "red",
  backgroundPercent = 0,
  backgroundColor = "red",
  backgroundReset = TRUE,
  plotLabels = TRUE
)

Arguments

level

Level for metric subspaces.

labels

Vector of labels for metric subspaces. The default vector contains the wildcard character * which includes all labels.

percent

Percent of randomly selected data points of generative data contained in metric subspaces

boundary

Boolean value indicating if only data points of metric subspace boundaries should be selected

color

Color for data points of generative data contained in metric subspaces

backgroundPercent

Percent of randomly selected data points of generative data contained in metric subspaces for background

backgroundColor

Color for data points of generative data contained in metric subspaces for background

backgroundReset

Before data points for a metric subspace are drawn reset its background.

plotLabels

Boolean value indicating if labels for metric subspaces for a level should be displayed

Value

List of plot parameters for metric subspaces

Examples

## Not run: 
dmPlotMetricSubspaceParameters(0.73)
## End(Not run)

[Package ganDataModel version 1.1.7 Index]