merge_slp_sol | R Documentation |
Merge Slope and Soil object to provide Soil object with distance for plotting
merge_slp_sol(slp, sol)
layer |
the layer column in sol object |
distance |
the distance column in sol object |
slp_sol object with class Soil and tibble
plot.Soil
fpath_slp <- system.file("extdata", "071000090603_2.slp", package="WEPPR")
fpath_sol <- system.file("extdata", "071000090603_2.sol", package="WEPPR")
slp <- read_slp(fpath_slp)
sol <- read_sol(fpath_sol)
slp_sol <- merge_slp_sol(slp, sol)
slp_sol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.