List of Guides

List of Guides

Super class

ggr6::List -> GuideList

Methods

Public methods

Inherited methods

Method set()

Usage

GuideList$set(index, item)


Method guide()

Usage

GuideList$guide(aesthetic, default = NULL)

Details

Extract a guide by aesthetic (returning default if there is none.)


Method train_layers()

Usage

GuideList$train_layers(layers, renderer)

Details

Calls the $train_layers() method of each Guide.


Method merge_all()

Usage

GuideList$merge_all()

Details

Merges the Guide objects by calling their $merge() methods iteratively. Merging is done in-place.


Method clone()

The objects of this class are cloneable with this method.

Usage

GuideList$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.