soil_project: Soil Project Class

Description Methods

Description

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.

Methods

Public methods


Method new()

Usage
soil_project$new(project_name, project_path, shape_file, ext, crs)

Method print()

Usage
soil_project$print()

Method save()

Usage
soil_project$save()

Method load_soilgrids()

Usage
soil_project$load_soilgrids(
  variables = c("sand", "silt", "clay", "bdod", "cfvo", "cec", "phh2o", "soc"),
  depths = 1:6,
  quantiles = "mean"
)

chrisschuerz/SWATsolaR documentation built on Oct. 19, 2020, 2:33 p.m.