powered by
ggplot2::geom_xxx
Factory function to control ggplot2::geom_xxx functions
get_geom_function(geom, allowed = c("line", "bar", "point"))
function
string representation of ggplot2::geom_xxx function
character vector contains allowed values
ggfortify:::get_geom_function('point') ggfortify:::get_geom_function('line', allowed = c('line'))
Run the code above in your browser using DataLab