Description Usage Arguments Value Examples
View source: R/npv_5yrotation.R
Net present value of drainage for 5-year crop rotation
1 | npv_5yrotation(np1, np2, np3, np4, np5, wl, dc, r, t)
|
np1 |
It is the difference between farm revenue and cost of production for crop 1. Unit is $/ha. |
np2 |
It is the difference between farm revenue and cost of production for crop 2. Unit is $/ha. |
np3 |
It is the difference between farm revenue and cost of production for crop 3. Unit is $/ha. |
np4 |
It is the difference between farm revenue and cost of production for crop 4. Unit is $/ha. |
np5 |
It is the difference between farm revenue and cost of production for crop 5. Unit is $/ha. |
wl |
Wetland size in ha. |
dc |
Drainage cost in $. |
r |
Discount rate in Percentage. |
t |
Crop production planning horizon. |
The output can be a dataframe or single vale of net present value of converted wetland(s).
1 | npv_5yrotation(np1=10, np2=20, np3=30, np4=40, np5=50, wl=3, dc=500, r=0.87, t=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.