get_geom_function: Factory function to control 'ggplot2::geom_xxx' functions

View source: R/plotlib.R

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

allowed

character vector contains allowed values

Value

function

Examples

ggfortify:::get_geom_function('point')
ggfortify:::get_geom_function('line', allowed = c('line'))

sinhrks/ggfortify documentation built on April 20, 2024, 10:27 p.m.