fp_income_calculations | R Documentation |
Calculate the Income from NTFPs in LCU per year
fp_income_calculations(
data,
unit_conv_tibble = NULL,
fp_sold_kg_per_year_column,
fp_sold_units_column,
fp_sold_income_column,
new_fp_sold_income,
new_price_column
)
data |
The main Data set |
unit_conv_tibble |
Conversion table |
fp_sold_kg_per_year_column |
Column for the forest product sold per year |
fp_sold_units_column |
Column with the forest product sold units |
fp_sold_income_column |
Column with the amount of FP sold income |
new_fp_sold_income |
The name of the new FP income column to be produced |
new_price_column |
The name of the new price column to be produced |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.