Description Usage Arguments Value Examples
Checks if two DGVMUnit objects are comparable (only different in unit prefixes).
1 | comparable(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 <- comparable(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.