Learn R Programming

maidr (version 0.1.2)

Ggplot2SmoothLayerProcessor: Smooth Layer Processor

Description

Processes smooth plot layers with complete logic included

Arguments

Super class

maidr::LayerProcessor -> Ggplot2SmoothLayerProcessor

Methods

Inherited methods


Method process()

Usage

Ggplot2SmoothLayerProcessor$process(plot, layout, built = NULL, gt = NULL)


Method extract_data()

Usage

Ggplot2SmoothLayerProcessor$extract_data(plot, built = NULL)


Method generate_selectors()

Usage

Ggplot2SmoothLayerProcessor$generate_selectors(plot, gt = NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

Ggplot2SmoothLayerProcessor$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.