nomination: Nominations

Description Usage Arguments Details

Description

This function is intended to be extendible via the generic add_to_nom.

Usage

 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)

Arguments

...

Layers that are nominated together or nominations that are concatenated

x

an object

Details

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:


sflippl/tectr documentation built on May 6, 2019, 8:51 a.m.