Usage
## S3 method for class 'qqrplot'
plot(
x,
single_graph = FALSE,
detrend = NULL,
simint = NULL,
confint = NULL,
confint_type = c("pointwise", "simultaneous", "tail-sensitive"),
confint_level = 0.95,
ref = NULL,
ref_identity = TRUE,
ref_probs = c(0.25, 0.75),
xlim = c(NA, NA),
ylim = c(NA, NA),
xlab = NULL,
ylab = NULL,
main = NULL,
axes = TRUE,
box = TRUE,
col = "black",
pch = 19,
simint_col = "black",
simint_alpha = 0.2,
confint_col = "black",
confint_lty = 2,
confint_lwd = 1.25,
confint_alpha = NULL,
ref_col = "black",
ref_lty = 2,
ref_lwd = 1.25,
...
)
## S3 method for class 'qqrplot'
points(
x,
detrend = NULL,
simint = FALSE,
col = "black",
pch = 19,
simint_col = "black",
simint_alpha = 0.2,
...
)
## S3 method for class 'qqrplot'
autoplot(
object,
single_graph = FALSE,
detrend = NULL,
simint = NULL,
confint = NULL,
confint_type = c("pointwise", "simultaneous", "tail-sensitive"),
confint_level = 0.95,
ref = NULL,
ref_identity = TRUE,
ref_probs = c(0.25, 0.75),
xlim = c(NA, NA),
ylim = c(NA, NA),
xlab = NULL,
ylab = NULL,
main = NULL,
legend = FALSE,
theme = NULL,
alpha = NA,
colour = "black",
fill = NA,
shape = 19,
size = 2,
stroke = 0.5,
simint_fill = "black",
simint_alpha = 0.2,
confint_colour = NULL,
confint_fill = NULL,
confint_size = NULL,
confint_linetype = NULL,
confint_alpha = NULL,
ref_colour = "black",
ref_size = 0.5,
ref_linetype = 2,
...
)