get_geom_function {ggfortify} | R Documentation |
Factory function to control ggplot2::geom_xxx
functions
Description
Factory function to control ggplot2::geom_xxx
functions
Usage
get_geom_function(geom, allowed = c("line", "bar", "point"))
Arguments
geom |
string representation of |
allowed |
character vector contains allowed values |
Value
function
Examples
ggfortify:::get_geom_function('point')
ggfortify:::get_geom_function('line', allowed = c('line'))
[Package ggfortify version 0.4.17 Index]