ntfp_sold_and_consumed_calculation | R Documentation |
Calculate the amounts of NTFPs sold and consumed in KG
ntfp_sold_and_consumed_calculation(
data,
fp_harvest_kg,
fp_prop_sold_numeric,
fp_amount_sold_kg,
fp_prop_consumed_numeric,
fp_amount_consumed_kg,
fp_props_process_numeric,
fp_amount_process_kg,
fp_props_process_sold_numeric,
fp_amount_process_sold_kg,
fp_prop_process_consumed_numeric,
fp_amount_process_consumed_kg
)
data |
The dataset |
fp_harvest_kg |
The column containing ntfp harvests |
fp_prop_sold_numeric |
Numeric proportion columns for fp sold |
fp_amount_sold_kg |
The column to be created for fp sold |
fp_prop_consumed_numeric |
The numeric proportion of NTFP consumed |
fp_amount_consumed_kg |
Amount consumed columns to be created |
fp_props_process_numeric |
Proportions processed columns |
fp_amount_process_kg |
Amount processed columns to be created |
fp_props_process_sold_numeric |
The proportions processed sold numeric columns |
fp_amount_process_sold_kg |
The amount processed and and sold in kg (to be created by function) |
fp_prop_process_consumed_numeric |
The proportion processed consumed numeric |
fp_amount_process_consumed_kg |
The amount processed and sold in kilograms (column to be created) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.