convert.units {EMMAgeo} | R Documentation |
Convert between phi and micrometers.
Description
The function converts values from the phi-scale to the micrometer-scale and vice versa.
Usage
convert.units(phi, mu)
Arguments
phi |
|
mu |
|
Value
Numeric
vector, converted grain-size class values.
Author(s)
Michael Dietze, Elisabeth Dietze
See Also
Examples
## 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)
[Package EMMAgeo version 0.9.7 Index]