Skip to contents

Make a texture triangle with USDA textural classes.

Usage

make_texture_triangle(
  body_font = "Poppins",
  show_names = TRUE,
  show_lines = TRUE,
  show_grid = FALSE
)

Arguments

body_font

Font family to use throughout plot. Defaults to "Poppins".

show_names

Boolean. Defaults to TRUE to show USDA textural class names.

show_lines

Boolean. Defaults to TRUE to show boundaries of USDA textural classes.

show_grid

Boolean. Defaults to FALSE to hide grid lines at each 10 level of each soil component.

Value

Opens the graphics device with a triangle plot containing USDA textural classes.

Examples

# Note the text appears squished in this example since the width, height,
# and resolution have been optimized to print the figure 6 in wide in the
# report.

make_texture_triangle(body_font = "sans")