emissions_model: Simulate cumulative emissions

Description Usage Arguments Details Value Author(s) Examples

Description

Simulate cumulative emissions

Usage

1
emissions_model(tsteps, A1, d, r, C)

Arguments

tsteps

vector vector of time steps for integration

A1

numeric Initial area of forest

d

numeric Instantaneous deforestation rate

r

numeric Instantaneous emission rate

C

numeric Carbon stock

Details

Uses the function for deforestation in Adame et al. 2018. See that paper for more details

Value

A vector of cumulative carbon emissions.

Author(s)

Christopher J. Brown

Examples

1
2
3
years <- seq(0, 50, by = 0.1)
emissions <- emissions_model(years, 100, 0.05, 0.1, 776)
plot(years, emissions)

cbrown5/MangroveCarbon documentation built on May 22, 2019, 2:27 p.m.