R/is_gg.R
is_gg.Rd
Functions for checking on if an object is a ggplot2 object and what type it is. These functions may be removed if alternatives can be identified in a different package.
is_gg_layer(x) is_gg_sf_layer(x) is_gg_scale(x) is_gg_theme(x) is_gg_component(x) is_gg_list(x)
A object to check if it is a ggplot object.