View source: R/gdPlotProjection.R
gdPlotParameters | R Documentation |
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.
gdPlotParameters(
percent = 10,
densityValueThresholds = c(),
densityValueColors = c("red")
)
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. |
List of plot parameters for generative data
## Not run:
gdPlotParameters(50, c(0.75), c("red", "green"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.