read_sol | R Documentation |
Reads a Water Erosion Prediction Project (WEPP) soil (*.sol) file. This file contains soil information.
read_sol(file)
file |
A path to the file. |
A Soil
object with two classes - 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.