g_getPlots {loon.ggplot} | R Documentation |
get ggplot
s
Description
For the target compound loon plot, determines all the ggplot
s based on
the compound loon
plot.
Usage
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
## Default S3 method:
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
## S3 method for class 'l_pairs'
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
Arguments
target |
the (compound) loon plot |
asAes |
logical; set aesthetics attributes, i.e. 'color', 'fill' as
variables (default |
selectedOnTop |
logical and default is |
showNearestColor |
logical and default is |
Value
a list of ggplot
s.
See Also
[Package loon.ggplot version 1.3.4 Index]