p.remin: Proportion of organic matter remineralised

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates the proportion of organic matter deposited in sediments that is ultimately remineralised using empirical functions from Middelburg et al. (1997).

Usage

1

Arguments

z

Water depth (m)

Value

Returns the proportion of organic matter that is remineralised in a sediment of a given depth (unitless).

Author(s)

Daniel C. Reed

See Also

C.remin, C.burial

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (z) 
{
    return(C.remin(z)/(C.remin(z) + C.burial(z)))
  }

DanielReedOcean/COOLBEANS documentation built on May 6, 2019, 1:35 p.m.