Description Usage Arguments Details Value Author(s) Examples
View source: R/soilProfileDef.R
Synthetic distribution of carbon and nitrogen contents in soilscontent with depth
1 2 3 4 5 6 7 | soilProfileDef(
zdepth,
layer_thickness = 5,
pars = list(Adepth = 25, n = 2, fact = 1),
plot.query = FALSE,
rescale.query = FALSE
)
|
zdepth |
depth of the soil profile [cm]. |
layer_thickness |
thickness of the simulation layers. |
pars |
list of three named elements. Parameters determining the shape of the profile distribution. #'
|
plot.query |
query if a plot of the depth profile should be made. TRUE = plot is provided. FALSE, no plot. |
rescale.query |
query if the matter content in the soil should be rescaled to 0 at the bottom. TRUE, rescales. |
Used in the functions schaaf_managDef and in fertilisationDef
Vector of calculated values ordered from top to bottom, in depth increments provided by layer_thickness
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 | ## Not run: result <- soilProfileDef(200, plot.query = TRUE, rescale.query = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.