List of Guides
List of Guides
ggr6::List -> GuideList
Inherited methods
set()GuideList$set(index, item)
guide()GuideList$guide(aesthetic, default = NULL)
Extract a guide by aesthetic (returning default if there is none.)
train_layers()GuideList$train_layers(layers, renderer)
Calls the $train_layers() method of each Guide.
merge_all()GuideList$merge_all()
Merges the Guide objects by calling their $merge() methods
iteratively. Merging is done in-place.
clone()The objects of this class are cloneable with this method.
GuideList$clone(deep = FALSE)
deepWhether to make a deep clone.