A wrapper for purrr::map. It takes a ggdiagram object with multiple elements, applies a function to each element within the object, and returns a ggdiagram object
Usage
map_ob(.x, .f, ..., .progress = FALSE)
Arguments
- .x
a ggdiagram object
- .f
a function that returns a ggdiagram object
- .progress
display progress if TRUE
- ...arguments
passed to .f