Oceans | R Documentation |
Surface area and volume of the world's oceans
Oceans
A list specifying the value, units, and a description of each quantity.
Karline Soetaert <karline.soetaert@nioz.nl>
Sarmiento JL and Gruber N, 2006. Ocean Biogeochemical Dynamics. Princeton University Press, Princeton. p 85.
AtomicWeight
, Bathymetry
,
Constants
, earth_surf
data.frame(cbind(acronym = names(Oceans),
matrix(ncol = 3, byrow = TRUE, data = unlist(Oceans),
dimnames = list(NULL, c("value", "units", "description")))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.