npv_3yrotation: Net present value of drainage for 3-year crop rotation

Description Usage Arguments Value Examples

View source: R/npv_3yrotation.R

Description

Net present value of drainage for 3-year crop rotation

Usage

1
npv_3yrotation(np1, np2, np3, wl, dc, r, t)

Arguments

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.

wl

Wetland size in ha.

dc

Drainage cost in $.

r

Discount rate Percentage.

t

Crop production planning horizon.

Value

Single value or dataframe of net present value of converted wetland(s).

Examples

1
npv_3yrotation(np1=10, np2=20, np3=30,wl=3, dc=500, r=0.87, t=50)

ericasare1/WetlandEconsRPackage documentation built on Dec. 20, 2021, 5:28 a.m.