VegCOV | R Documentation |
To estimate erosion model cover factor from vegetation cover fraction
VegCOV(pcover, model="cai")
pcover |
percent vegetation cover |
model |
model for estimating C factor from percent vegetation cover |
This function can be used to estimate the C factor for erosion modelling by use of percent vegetation cover. The function contains five models: cai, xu, hurni, jin, and liu. When the percent cover ('pcover') is given and the model to use (e.g., 'cai'), the function returns dimensionless C factor for erosion modelling. C factor ranges between 0 and 1 (0< cfactor<=1)
A numerical value between 0 and 1
The function does not accept percent cover values that are less than 0 and more than 100.
Christian Thine Omuto
C.F. Cai, S.W. Ding, Z.H. Shi, L. Huang, G.Y. Zhang. Study of applying USLE and geographical information system IDRISI to predict soil erosion in small watershed. J. Soil Water Conserv., 14 (2) (2000), pp. 19-24
Taye, G., Vanmaercke, M., Poesen, J., Van Wesemael, B., Tesfaye, S., Teka, D., Nyssen, J., Deckers, J., Haregeweyn, N., 2018. Determining RUSLE P‐ and C‐factors for stone bunds and trenches in rangeland and cropland, North Ethiopia. Land Degrad Dev 29, 812–824. https://doi.org/10.1002/ldr.2814
NDVIcoverfactor
VegCOV(20,"cai")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.