texture.triangle.plot: Make a soil texture triangle

Description Usage Arguments Value Examples

View source: R/soil_texture.triangle.plot.R

Description

From output of prepare.soil.triangle() creates a soil texture plot and compares a ranch to other ranches in the dataset

Usage

1
2
3
4
5
6
texture.triangle.plot(data, transect, year, labels = TRUE,
  background = TRUE, pch = 16, main = paste("Soil Texture - ",
  transect), cex.axis = 0.5, cex.lab = 0.75, cex.main = 0.75,
  text.tol = 0.2, tri.sum.tst = FALSE, cex = 0.75,
  frame.bg.col = "white", grid.show = FALSE, legend = TRUE,
  colors = c("black", "gray"), legendtitle = "Ranch")

Arguments

data

dataframe, output of prepare.soil.triangle()

transect

Character string of selected ranch code

year

The year or years for which to make the plot

labels

= TRUE determines whether points from the chosen ranch are labeled on the plot

background

= TRUE whether to display "background" data on plot not from selected ranch

legend

Boolean whether to display a legend

colors

colors to plot points on the triangle

legendtitle

Title for the legend

...

arguments supplied to TT.plot

Value

Soil classification triangle with chosen ranch points emboldened

soil texture triangle

Examples

1
texture.triangle.plot(soil, "ranchname")

weverkaj/RMN documentation built on July 26, 2019, 10:34 p.m.