fp_income_calculations: NTFP Income Calculation

View source: R/NTFP.R

fp_income_calculationsR Documentation

NTFP Income Calculation

Description

Calculate the Income from NTFPs in LCU per year

Usage

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
)

Arguments

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


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