addLayerToScatterPlot {clinDataReview} | R Documentation |
Helper function to add layer to scatter plot
Description
Helper function to add layer to scatter plot
Usage
addLayerToScatterPlot(
gg,
aesVar,
pars,
generalPars,
layerFunction,
useHandlers = FALSE
)
Arguments
gg |
|
aesVar |
layers specific aesthetics list of layer specific aesthetics |
pars |
list of parameters specific to the layer |
generalPars |
overall, not layer specific parameters can be overwritten by |
layerFunction |
function to use for adding the layer e.g. |
useHandlers |
if |
Value
ggplot
object
Author(s)
Adriaan Blommaert Laure Cougnaud
[Package clinDataReview version 1.6.1 Index]