is_ggproto | R Documentation |
x
is a type of objectReports wether x
is a type of object
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_theme_element(x, type = "any")
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
x |
An object to test |
type |
For testing elements: the type of element to expect. One of
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.