ntfp_sold_and_consumed_calculation: NTFP sold and consumed Calculation

View source: R/NTFP.R

ntfp_sold_and_consumed_calculationR Documentation

NTFP sold and consumed Calculation

Description

Calculate the amounts of NTFPs sold and consumed in KG

Usage

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
)

Arguments

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)


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.