plant_cover | R Documentation |
This function estimates the percentage of soil cover based on the number of days since sowing. The parameters used are derived from \insertCitemosimann2006;textualSoilManageR.
plant_cover(varCrop, varDays = 0)
varCrop |
Crop type, must match with crop name in |
varDays |
Number of days since sowing of the crop |
The function assumes that plant cover unfolds in four phases with different soil cover rates:
0 to 10 % of soil cover
10 to 50 % of soil cover
50 to 75 % of soil cover
75 to 100 % of soil cover
percentage of soil cover by plants, value of 0 to 100 %.
soil_cover()
to calculate soil coverage by plants and residue for a management_df
plant_cover_LUT()
for the data used by the plant_cover()
function
plant_cover("wheat, winter", 140)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.