gdPlotParameters {ganGenerativeData} | R Documentation |
Specify plot parameters for generative data
Description
Specify plot parameters for generative data passed to function gdPlotProjection(). When density value thresholds with assigned colors are specified generative data is drawn for density value ranges in increasing order.
Usage
gdPlotParameters(
percent = 10,
densityValueThresholds = c(),
densityValueColors = c("red")
)
Arguments
percent |
Percent of randomly selected rows in generative data |
densityValueThresholds |
Vector of density value thresholds |
densityValueColors |
Vector of colors assigned to density value thresholds. The size must be the size of densityValueThresholds plus one. |
Value
List of plot parameters for generative data
Examples
## Not run:
gdPlotParameters(50, c(0.75), c("red", "green"))
## End(Not run)
[Package ganGenerativeData version 2.0.2 Index]