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'))

ggfortify documentation built on July 3, 2025, 9:07 a.m.