Description Usage Arguments Value Examples
Checks if two DGVMUnit objects are identical.
1 | equal(a, b)
|
a |
An DGVMUnit object. |
b |
An DGVMUnit object. |
boolean
1 2 3 | x <- as.DGVMUnit("kg/m2")
y <- as.DGVMUnit("kg ha^-2")
ret <- equal(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.