is_ggproto {ggplot2} | R Documentation |
Reports wether x
is a type of object
Description
Reports wether x
is a type of object
Usage
is_ggproto(x)
is.ggproto(x) # Deprecated
is_mapping(x)
is_geom(x)
is_coord(x)
is.Coord(x) # Deprecated
is_facet(x)
is.facet(x) # Deprecated
is_stat(x)
is_guide(x)
is_layer(x)
is_guides(x)
is_margin(x)
is_ggplot(x)
is.ggplot(x) # Deprecated
is_position(x)
is_scale(x)
is_theme(x)
is.theme(x) # Deprecated
Arguments
x |
An object to test |
[Package ggplot2 version 3.5.2 Index]