get_geom_function | R Documentation |
ggplot2::geom_xxx
functionsFactory function to control ggplot2::geom_xxx
functions
get_geom_function(geom, allowed = c("line", "bar", "point"))
geom |
string representation of |
allowed |
character vector contains allowed values |
function
ggfortify:::get_geom_function('point')
ggfortify:::get_geom_function('line', allowed = c('line'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.