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

View source: R/soiltexture.R

TT.imageR Documentation

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

Description

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.

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

See TT.plot

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 TT.plot

tri.pos.tst

See TT.plot

text.tol

See TT.plot

unit.ps

See TT.plot

unit.tx

See TT.plot

b.lim

See TT.plot

l.lim

See TT.plot

main

See TT.plot

new.mar

See TT.plot

bg

See TT.plot

fg

See TT.plot

cex.main

See TT.plot

lang

See TT.plot

xlim

Passed to image

ylim

Passed to image

zlim

Passed to image

col

Passed to image

oldstyle

Passed to image

blr.clock

See TT.plot

tlr.an

See TT.plot

blr.tx

See TT.plot

text.sum

See TT.plot

base.css.ps.lim

See TT.plot

...

Additional parameters passed to image().

Author(s)

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]


soiltexture documentation built on May 29, 2024, 7:53 a.m.