estimacion_co2_tidy: Carbon capture estimation

Description Usage Arguments Value Examples

View source: R/carbon_capture.R

Description

Carbon capture estimation

Usage

1
estimacion_co2_tidy(inputs, departamento, municipio, t_max = 20)

Arguments

inputs

List with implementations by year and value of hectares

departamento

Departamento

municipio

Municipio

t_max

Maximum number of years for estimation

Value

None

Examples

1
2
3
4
5
6
7
8
inputs <- list(
  bosque_primario = list(year = 2000, value = 5),
  bosque_secundario = list(year = 2000, value = 10),
  arboles_dispersos = list(year = 2000, value = 2),
  cercas_vivas = list(year = 2000, value = 2),
  silvopastoriles = list(year = 2000, value = 5)
)
estimacion_co2_tidy(inputs, departamento = "Quindio", municipio = "Montenegro")

datasketch/GanaderiaSostenible documentation built on March 3, 2020, 2:37 p.m.