View source: R/taxRevenueRotations.R
taxRevenueRotations | R Documentation |
calculates taxes of crop rotations as difference between the selected scenario and the baseline scenario that shall capture the internalized incentives for crop rotations.
taxRevenueRotations(
gdx,
file = NULL,
level = "regglo",
dir = ".",
penalty = "onlyTaxRevenue"
)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
aggregation level, reg, glo or regglo |
dir |
spamfiledirectory |
penalty |
"OnlyTaxRevenue" provides the tax Revenues from a rotation tax/subsidy. "OnlyInternalizedServices" provides the penalty by foregone Ecosystem Services, the part of the externality which is internalized by the farmer independent of the tax. "FullPenalty" provides the sum of both, which is what the model sees. |
Benjamin Leon Bodirsky
## Not run:
x <- wageRent(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.