mol.vol {marelac} | R Documentation |
Calculates the molar volume of an ideal gas for given temperature and salinity
mol.vol(T=25, P=1)
T |
temperature, dg celsius |
P |
pressure, atmosphere |
molar volume, liter, of an ideal gas
Karline Soetaert <k.soetaert@nioo.knaw.nl>
mol2l
and l2mol
which converts from mol to liter and vice versa for any gas
mol.vol() # 24.46559 plot(0:30,mol.vol(T=0:30),xlab="Temperature, dgC",ylab="Molar volume")