Constants: Useful Physical and Chemical Constants

ConstantsR Documentation

Useful Physical and Chemical Constants

Description

Physical and chemical constants useful for aquatic sciences.

Usage

Constants

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


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 Sept. 25, 2023, 5:06 p.m.