Description Usage Arguments Details
layers
scales
faceting specifications
coordinate systems
other ggproto objects
This function is intended to be extendible via the generic add_to_nom
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | nomination(...)
## S3 method for class 'Layer'
add_to_nom(nomination_el, nomination)
## S3 method for class 'Facet'
add_to_nom(nomination_el, nomination)
## S3 method for class 'Scale'
add_to_nom(nomination_el, nomination)
## S3 method for class 'list'
add_to_nom(nomination_el, nomination)
## S3 method for class 'Coord'
add_to_nom(nomination_el, nomination)
## S3 method for class 'ggproto'
add_to_nom(nomination_el, nomination)
is_nomination(x)
|
... |
Layers that are nominated together or nominations that are concatenated |
x |
an object |
Nominations are essential objects in the construction of
fx_ggplot()
. Their structure is a list of lists where each list contains a
different kind of "ggproto" object, namely:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.