View source: R/allfunctions_cati.R
plotCorTstats | R Documentation |
Plot the bivariate relationships between the three T-statistics namely T_IP.IC, T_IC.IR and T_PC.PR.
plotCorTstats(tstats = NULL, val.quant = c(0.025, 0.975), add.text = FALSE, bysite = FALSE, col.obj = NULL, plot.ask = TRUE, multipanel = TRUE, ...)
tstats |
The list resulting from the function Tstats. |
val.quant |
Numeric vector of length 2, giving the quantile to calculate confidence interval. By default val.quant = c(0.025,0.975) for a bilateral test with alpha = 5%. |
add.text |
Logical value; Add text or not. |
bysite |
Logical value; plot per site or by traits. |
col.obj |
Vector of colors for object (either traits or sites). |
plot.ask |
Logical value; Ask for new plot or not. |
multipanel |
Logical value. If TRUE divides the device to shown several traits graphics in the same device. |
... |
Any additional arguments are passed to the plot function creating the core of the plot and can be used to adjust the look of resulting graph. |
None; used for the side-effect of producing a plot.
Adrien Taudiere
Tstats
;
plot.Tstats
;
plotSESvar
data(finch.ind) res.finch <- Tstats(traits.finch, ind.plot = ind.plot.finch, sp = sp.finch, nperm = 9) ## Not run: plotCorTstats(res.finch, bysite = FALSE) plotCorTstats(res.finch, bysite = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.