Learn R Programming

marelac (version 2.0)

Oceans: Useful Characteristics of the Oceans

Description

Surface area and volume of the world's oceans

Usage

Oceans

Arguments

format

A list specifying the value, units, and a description of each quantity.

References

Sarmiento JL and Gruber N, 2006. Ocean Biogeochemical Dynamics. Princeton University Press, Princeton. p 85.

See Also

AtomicWeight, Bathymetry, Constants, earth_surf

Examples

Run this code
data.frame(cbind(acronym = names(Oceans),
           matrix(ncol = 3, byrow = TRUE, data = unlist(Oceans),
           dimnames = list(NULL, c("value", "units", "description")))))

Run the code above in your browser using DataLab