Description Usage Arguments Value Examples
Divides two DGVMUnit objects.
1 | divide(a, b)
|
a |
An DGVMUnit object. |
b |
An DGVMUnit object. |
A new DGVMUnit object.
1 2 3 4 | x <- as.DGVMUnit("kg/m2")
y <- as.DGVMUnit("kg m^-2 yr^-1")
ret <- divide(x,y)
as.character(ret)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.