plot.Soil: Plots the features in the Soil object

View source: R/Soil.R

plot.SoilR Documentation

Plots the features in the Soil object

Description

Plots the features in the Soil object

Usage

## S3 method for class 'Soil'
plot(slp_sol, types = c("all"))

Arguments

slp_sol

a Soil object merged with Slope data

type

a list of types to include in the plot

Value

multiple ggplot objects which are plots of soil features

Examples

slp_sol <- merge_slp_sol(slp, sol)
plot(slp_sol, types=c("all"))
plot(slp_sol, types=c("salb", "kt", "kr"))


jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.