Learn R Programming

soiltexture (version 1.2.9)

TT.image: Wrapper for the contour() function adapted to texture triangles.

Description

A wrapper for the contour() 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.

Usage

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,

...)

Arguments

geo
x
add
tri.sum.tst
tri.pos.tst
text.tol
unit.ps
unit.tx
b.lim
l.lim
main
new.mar
bg
fg
cex.main
lang
xlim
ylim
zlim
col
oldstyle
blr.clock
tlr.an
blr.tx
text.sum
base.css.ps.lim
...
Additional parameters passed to image().