TT.contour | R Documentation |
A wrapper for the contour() function adapted to texture triangles (plot preparation). designed to plot the results of TT.mahalanobis() or TT.kde2d(), before or after plot.
TT.contour(
geo,
x,
add = FALSE,
tri.sum.tst = NULL,
tri.pos.tst = NULL,
text.tol = NULL,
unit.ps = NULL,
unit.tx = NULL,
b.lim = NULL,
l.lim = NULL,
main = NULL,
new.mar = NULL,
bg = NULL,
fg = NULL,
col = NULL,
cex.main = NULL,
lang = NULL,
nlevels = 10,
levels = NA,
labels = NULL,
xlim = NA,
ylim = NA,
zlim = NA,
labcex = 1,
drawlabels = TRUE,
method = "flattest",
axes = TRUE,
frame.plot = NA,
lty = NA,
lwd = NA,
blr.clock = NULL,
tlr.an = NULL,
blr.tx = NULL,
text.sum = NULL,
base.css.ps.lim = NULL,
...
)
geo |
See |
x |
A data.frame of matrix with 3 columns: x, y and z. |
add |
If TRUE adds the contour to an existing plot. |
tri.sum.tst |
See |
tri.pos.tst |
See |
text.tol |
See |
unit.ps |
See |
unit.tx |
See |
b.lim |
See |
l.lim |
See |
main |
See |
new.mar |
See |
bg |
See |
fg |
See |
col |
See |
cex.main |
See |
lang |
See |
nlevels |
See |
levels |
See |
labels |
See |
xlim |
See |
ylim |
See |
zlim |
See |
labcex |
See |
drawlabels |
See |
method |
See |
axes |
See |
frame.plot |
See |
lty |
See |
lwd |
See |
blr.clock |
See |
tlr.an |
See |
blr.tx |
See |
text.sum |
See |
base.css.ps.lim |
See |
... |
Additional parameters passed to See |
Julien Moeys [aut, cre], Wei Shangguan [ctb], Rainer Petzold [ctb], Budiman Minasny [ctb], Bogdan Rosca [ctb], Nic Jelinski [ctb], Wiktor Zelazny [ctb], Rodolfo Marcondes Silva Souza [ctb], Jose Lucas Safanelli [ctb], Alexandre ten Caten [ctb]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.