| get_set_qqplot_param | R Documentation |
Plotting parameters for the method plot() of the class
qqplot_maha.
get_set_qqplot_param(plot.pars = list(log = ""))
plot.pars |
|
This function provides a convenient way to set plotting parameters in the
argument plot.pars of the
function qqplot_maha() (more precisely, the underlying
plot() method), such as logarithmic plotting, colors, linetypes and more.
The input list plot.pars can contain any of the following:
logcharacter specifying the logarithmic
axes. Just like for the generic plot, must be one of "",
"x", "y" or "xy".
xlim, ylimThe x- and y-limits for plotting.
xlab, ylabcharacter specifying the x- and
y-axis labels. Default to "Theoretical quantiles" and
"Sample quantiles", respectively.
sub, maincharacter specifying title and subtitle
of the plot; default to "", so no titles.
plot_legend, plot_test, plot_linelogical
specifying if a legend should be plotted; if the test result of
the GoF test should be displayed on the 3rd axis and if the plot should
contain a fitted line. All default to TRUE.
pchspecification of the plotting symbol; see
?points(). Defaults to 1.
lty3-vector containing the specification of
the linetypes for i) the diagonal, ii) the asymptotic CI and iii)
the bootstrap CI; see also ?par(). Defaults to
1:3.
col4-vector specifying the colors to be used
for i) the points in the QQ plot; ii) the diagonal; iii) the asymptotic
CI and iv) the bootstrap CI. Defaults to c("black", "red", "azure4",
"chocolate4").
get_set_qqplot_param() returns a list with 13 elements
that is passed to qqplot_maha(), more specifically, to the
underlying plot() method.
Parameter values passed to get_set_qqplot_param() via the
plot.pars argument overwrite the defaults; for parameters not
specified in the plot.pars argument, the default values are being
returned.
Erik Hintz, Marius Hofert and Christiane Lemieux
qqplot_maha()
get_set_qqplot_param(plot.pars = list()) # obtain defaults
## See ?qqplot_maha() for more examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.