TT.contour {soiltexture}R Documentation

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(), before or after plot.

Usage

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,
  ...
)

Arguments

geo

See TT.plot

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 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

col

See TT.plot

cex.main

See TT.plot

lang

See TT.plot

nlevels

See contour

levels

See contour

labels

See contour

xlim

See contour

ylim

See contour

zlim

See contour

labcex

See contour

drawlabels

See contour

method

See contour

axes

See contour

frame.plot

See contour

lty

See contour

lwd

See contour

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 See contour

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]


[Package soiltexture version 1.5.3 Index]