Base class for statistics and geometries

Base class for statistics and geometries

Methods

Public methods


Method new()

Usage

StatGeomBase$new(constant_aesthetic_values = list())


Method set_constant_aesthetic_values()

Usage

StatGeomBase$set_constant_aesthetic_values(constant_aesthetic_values)


Method setup_data()

Usage

StatGeomBase$setup_data(data, panel, renderer)


Method aesthetics()

Usage

StatGeomBase$aesthetics(renderer)


Method default_aesthetic_values()

Usage

StatGeomBase$default_aesthetic_values(renderer)


Method apply_default_aesthetic_values()

Usage

StatGeomBase$apply_default_aesthetic_values(data, renderer)


Method apply_constant_aesthetic_values()

Usage

StatGeomBase$apply_constant_aesthetic_values(data)


Method clone()

The objects of this class are cloneable with this method.

Usage

StatGeomBase$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.