plot.Soil | R Documentation |
Plots the features in the Soil object
## S3 method for class 'Soil'
plot(slp_sol, types = c("all"))
slp_sol |
a Soil object merged with Slope data |
type |
a list of types to include in the plot |
multiple ggplot objects which are plots of soil features
slp_sol <- merge_slp_sol(slp, sol)
plot(slp_sol, types=c("all"))
plot(slp_sol, types=c("salb", "kt", "kr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.