R/is_gg.R
is_gg.Rd
Is this a gg class object?
Is this a ggplot class object?
Is this a ggproto class object?
Is this a patchwork class object?
is_gg(x) is_ggplot(x) is_ggproto(x) is_patchwork(x)
Object to be tested.