Description Usage Arguments Value Examples
Creates a DGVMUnit object from a unit string.
1 | as.DGVMUnit(x = NA)
|
x |
A string or a vector of strings parsable as units. |
An DGVMUnit object.
1 2 3 | x <- as.DGVMUnit("kW h m-2")
units <- c("m2 s", "m2/s", "m^2*s", "C d")
x <- as.DGVMUnit(units)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.