Soil | R Documentation |
The soil class constructor appends the Soil class to the Soil object The constructor validates the soil data frame, and the Soil class provides functionality to plot the soil features and to interpolate the Soil data
new_Soil(sol = data.frame())
sol |
A soil dataframe |
Soil object with class Soil
and data.frame
fpath_sol <- system.file("extdata", "071000090603_2.sol", package="WEPPR")
sol <- read_sol(fpath_sol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.