get_geom_function {ggfortify} | 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'))