Constants: Useful Physical and Chemical Constants

Description Usage Format Author(s) References See Also Examples

Description

Physical and chemical constants useful for aquatic sciences.

Usage

1

Format

A list specifying the value, the units, and a description for each physical constant.

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

References

Mohr PJ and Taylor BN, 2005. CODATA recommended values of the fundamental physical constants: 2002, Review of Modern Physics 77, 1 - 107.

See Also

AtomicWeight, Bathymetry, Oceans

Examples

1
2
3
data.frame(cbind(acronym = names(Constants),
           matrix(ncol = 3, byrow = TRUE, data = unlist(Constants),
           dimnames = list(NULL, c("value", "units", "description")))))

marelac documentation built on Feb. 12, 2020, 3 a.m.