TT.image | R Documentation |
A wrapper for the image() function adapted to texture triangles (plot preparation). designed to plot the results of TT.mahalanobis() or TT.kde2d() [to be written], before or after plot.
TT.image(
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,
cex.main = NULL,
lang = NULL,
xlim = NA,
ylim = NA,
zlim = NA,
col = rev(heat.colors(12)),
oldstyle = FALSE,
blr.clock = NULL,
tlr.an = NULL,
blr.tx = NULL,
text.sum = NULL,
base.css.ps.lim = NULL,
...
)
geo |
See |
x |
A list with three items, "x", "y" and "z" |
add |
If TRUE the image is added 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 |
cex.main |
See |
lang |
See |
xlim |
Passed to |
ylim |
Passed to |
zlim |
Passed to |
col |
Passed to |
oldstyle |
Passed to |
blr.clock |
See |
tlr.an |
See |
blr.tx |
See |
text.sum |
See |
base.css.ps.lim |
See |
... |
Additional parameters passed to image(). |
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.