tcG.qqplot | R Documentation |
Called by res.plot
, we don't advise you to use it.
tcG.qqplot(
y,
names,
qfit,
q.L,
q.U,
cols = cbind(c(rgb(0, 0, 1), rgb(1, 0, 0), rgb(0, 1, 0), rgb(1, 0, 1)), c(rgb(0, 0,
1, 0.5), rgb(1, 0, 0, 0.5), rgb(0, 1, 0, 0.5), rgb(1, 0, 1, 0.5)), c(rgb(0, 0, 1,
0.1), rgb(1, 0, 0, 0.1), rgb(0, 1, 0, 0.1), rgb(1, 0, 1, 0.1))),
zoomy = range(y, na.rm = T),
legend = TRUE,
zoomx = range(y, na.rm = T),
main = "QQ plot"
)
y |
vector of data |
names |
name(s) of the anamorphosis that were fitted, a subset of |
qfit |
list obtained with |
q.L |
list obtained with |
q.U |
list obtained with |
cols |
matrix of colors for the barplot |
zoomy |
vector of length 2, range to zoom on the y axis |
legend |
boolean, should there be a legend? |
zoomx |
vector of length 2, range to zoom on the x axis |
main |
title of the plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.