QQPlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for Quantile-Quantile plots
tlf::PlotConfiguration
-> QQPlotConfiguration
new()
Create a new QQPlotConfiguration
object
QQPlotConfiguration$new(xlabel = "Standard Normal Quantiles", ...)
xlabel
QQ-plot default display is "Standard Normal Quantiles"
...
parameters inherited from PlotConfiguration
A new QQPlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
QQPlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TimeProfilePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.