biomass {forImage}R Documentation

Biomass estimative

Description

The function estimates biomass through biovolume data and applies different cell density values as conversion methods. See details ‘Details’:

Usage

biomass(biovolume, method = "michaels")

Arguments

biovolume

numeric value, object or data.frame with cell living volume values.

method

The methods of conversion from biovolume to biomass are listed below, default is 'michaels':

  • 'saidova' : adopted cell density of 1.027 g/cm3;

  • 'strathmann' : measured cell density of 0.110 pgC[org]/um3;

  • 'turley' : estimated cell density of 0.132 pgC[org]/um3;

  • 'putt' : estimated cell density of 0.140 pgC[org]/um3;

  • 'gerlach' : adopted cell density of 1.13 g/cm3 wet mass, assuming 10 percent as living organic carbon;

  • 'michaels' : calculated cell density of 0.089 pgC[org]/um3.

Details

For biomass estimates based on biovolume is usual the application of a cell density value, to retrieve the amount of organic carbon in the organism. The function made available distinct options of conversion factor which are based in several authors. These factors have been applied to a wide diversity of nano, micro, and macro-organisms, some applied to foraminifera and other nearby groups.

Value

An 'data.frame' or numeric object, consisting of calculated biomass in ugC[org]/ind.

Author(s)

Thaise R. Freitas thaisericardo.freitas@gmail.com

References

See Also

bio.volume, volume.total

Examples

#Ammonia biomass calculation
data(ammonia)

#calculate test volume and biovolume
df <- bio.volume(data = ammonia, genus = "ammonia")
df

#calculate individual biomass with choosen method
res <- biomass(df, method = 'michaels')
res



[Package forImage version 0.1.0 Index]