Constants {marelac} | R Documentation |
Physical and chemical constants useful for marine and lacustrine sciences
Constants
a list with, for each constant the value, the units, and a description.
Karline Soetaert <k.soetaert@nioo.knaw.nl>
to be filled...
data.frame(cbind(acronym=names(Constants), matrix(ncol=3,byrow=TRUE,data=unlist(Constants), dimnames=list(NULL,c("value","units","description")))))