Usage
geom_qqrplot(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
stat_qqrplot_simint(
mapping = NULL,
data = NULL,
geom = "qqrplot_simint",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
geom_qqrplot_simint(
mapping = NULL,
data = NULL,
stat = "qqrplot_simint",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
stat_qqrplot_ref(
mapping = NULL,
data = NULL,
geom = "qqrplot_ref",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
detrend = FALSE,
identity = TRUE,
probs = c(0.25, 0.75),
scale = c("normal", "uniform"),
...
)
geom_qqrplot_ref(
mapping = NULL,
data = NULL,
stat = "qqrplot_ref",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
detrend = FALSE,
identity = TRUE,
probs = c(0.25, 0.75),
scale = c("normal", "uniform"),
...
)
geom_qqrplot_confint(
mapping = NULL,
data = NULL,
stat = "qqrplot_confint",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
detrend = FALSE,
type = c("pointwise", "simultaneous", "beta", "normal", "ks", "ell"),
level = 0.95,
identity = TRUE,
probs = c(0.25, 0.75),
scale = c("normal", "uniform"),
style = c("polygon", "line"),
...
)
GeomQqrplotConfint