Description Usage Arguments Value Examples
Multiplies two DGVMUnit objects.
1 | multiply(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("ha")
ret <- multiply(x,y)
as.character(ret)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.