View source: R/convert.units.R
convert.units | R Documentation |
The function converts values from the phi-scale to the micrometer-scale and vice versa.
convert.units(phi, mu)
phi |
|
mu |
|
Numeric
vector, converted grain-size class values.
Michael Dietze, Elisabeth Dietze
interpolate.classes
## generate phi-values
phi <- -2:5
## convert and show phi to mu
mu <- convert.units(phi = phi)
mu
## convert and show mu to phi
convert.units(mu = mu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.