The soil project class constitutes the basic building block of
solACE. One can Generate a soil project with the
new_project function.
In case you are interested in the technical details: The soil
project class is realised by using object-oriented approach from the R6
package. Read more at: Introduction to R6.
new()soil_project$new(project_name, project_path, shape_file, ext, crs)
print()soil_project$print()
save()soil_project$save()
load_soilgrids()soil_project$load_soilgrids(
variables = c("sand", "silt", "clay", "bdod", "cfvo", "cec", "phh2o", "soc"),
depths = 1:6,
quantiles = "mean"
)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.