Skip to contents

R6 class defining the configuration of a ggplot object for Quantile-Quantile plots

Super class

tlf::PlotConfiguration -> QQPlotConfiguration

Methods


Method new()

Create a new QQPlotConfiguration object

Usage

QQPlotConfiguration$new(xlabel = "Standard Normal Quantiles", ...)

Arguments

xlabel

QQ-plot default display is "Standard Normal Quantiles"

...

parameters inherited from PlotConfiguration

Returns

A new QQPlotConfiguration object


Method clone()

The objects of this class are cloneable with this method.

Usage

QQPlotConfiguration$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.