ggfortify (version 0.4.7)

get_geom_function: 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 ggplot2::geom_xxx function

allowed

character vector contains allowed values

Value

function

Examples

Run this code
# NOT RUN {
ggfortify:::get_geom_function('point')
ggfortify:::get_geom_function('line', allowed = c('line'))
# }

Run the code above in your browser using DataLab