TT.classes {soiltexture}R Documentation

Plot the texture classes polygons in a texture triangle plot.

Description

Plot the texture classes ploygons in an existing texture triangle plot. Draw the polygons and the labels inside each polygons.

Usage

TT.classes(
  geo,
  class.sys,
  tri.css.ps.lim = NULL,
  css.transf = NULL,
  text.transf.fun = NULL,
  trsf.add.opt1 = NULL,
  trsf.add.opt2 = NULL,
  text.tol = NULL,
  text.sum = NULL,
  base.css.ps.lim = NULL,
  blr.tx = NULL,
  blr.clock = NULL,
  tri.sum.tst = NULL,
  tri.pos.tst = NULL,
  bg = NULL,
  class.lab.col = NULL,
  class.p.bg.col = NULL,
  class.p.bg.hue = NULL,
  class.line.col = NULL,
  class.lty = NULL,
  class.lab.show = NULL,
  cex.lab = NULL,
  font.lab = NULL,
  family.op = NULL,
  lwd.axis = NULL,
  col.axis = NULL,
  new.centroid = TRUE
)

Arguments

geo

See TT.plot

class.sys

See TT.plot

tri.css.ps.lim

See TT.plot

css.transf

See TT.plot

text.transf.fun

See TT.plot

trsf.add.opt1

See TT.plot

trsf.add.opt2

See TT.plot

text.tol

See TT.plot

text.sum

See TT.plot

base.css.ps.lim

See TT.plot

blr.tx

See See TT.plot

blr.clock

See See TT.plot

tri.sum.tst

See TT.plot

tri.pos.tst

See TT.plot

bg

See TT.plot

class.lab.col

See TT.plot

class.p.bg.col

See TT.plot

class.p.bg.hue

See TT.plot

class.line.col

See TT.plot

class.lty

See TT.plot

class.lab.show

See TT.plot

cex.lab

See TT.plot

font.lab

See TT.plot

family.op

See TT.plot

lwd.axis

See TT.plot

col.axis

See TT.plot

new.centroid

Single logical. If TRUE (default) the new method (Paul Bourke) is used to calculate the centroid. If FALSE the centroid is taken as the mean x and y coordinates of the vertices.

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]