Constants | R Documentation |
Physical and chemical constants useful for aquatic sciences.
Constants
A list specifying the value, the units, and a description for each physical constant.
Karline Soetaert <karline.soetaert@nioz.nl>
Mohr PJ and Taylor BN, 2005. CODATA recommended values of the fundamental physical constants: 2002, Review of Modern Physics 77, 1 - 107.
AtomicWeight
, Bathymetry
,
Oceans
data.frame(cbind(acronym = names(Constants),
matrix(ncol = 3, byrow = TRUE, data = unlist(Constants),
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.