View source: R/taxatree_plotkey.R
taxatreePruneLabelArgs | R Documentation |
Helper, removes unwanted arguments from geom_* call args list
taxatreePruneLabelArgs(fun, args)
fun |
function name or function itself e.g. geom_label_repel |
args |
named list of args |
args list possibly with elements removed
microViz:::taxatreePruneLabelArgs(fun = "geom_label", args = list(size = 2, seed = 2))
microViz:::taxatreePruneLabelArgs(fun = library, args = list(size = 2, seed = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.