For the target compound loon plot, determines all the ggplot
s based on
the compound loon
plot.
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
# S3 method for default
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
# S3 method for l_pairs
g_getPlots(
target,
asAes = TRUE,
selectedOnTop = TRUE,
showNearestColor = FALSE
)
the (compound) loon plot
logical; set aesthetics attributes, i.e. `color`, `fill` as
variables (default TRUE
) or general visual properties (FALSE
).
See details
logical and default is TRUE
; whether to display the
selected points on top. See details.
logical and default is FALSE
; if TRUE
,
the legend of color and fill (hex code) would be converted to the R
built-in
color names. For some hex codes, there are no precise matching.
Consequently, these colors will be converted to the R
built-in color names
which are the "nearest" of these hex codes.
a list of ggplot
s.