Add LLOQ Layer with LLOQ Lines
addLLOQLayer.RdAdd a layer for LLOQ lines to a ggplot object.
Usage
addLLOQLayer(
plotObject,
mappedData,
layerToCall,
useLinetypeAsAttribute,
geomLLOQAttributes
)Arguments
- plotObject
A
ggplotobject on which to add the plot layer.- mappedData
A
MappedDataobject with LLOQ data.- layerToCall
A function representing the ggplot2 geom layer.
- useLinetypeAsAttribute
A boolean indicating whether to set the line type as an attribute (TRUE) or not (FALSE); if TRUE, no legend is created.
- geomLLOQAttributes
Additional attributes for the LLOQ layer.