as.data.frame.quantities | R Documentation |
S3 method for quantities
objects (see as.data.frame
).
## S3 method for class 'quantities'
as.data.frame(x, ...)
x |
any R object. |
... |
additional arguments to be passed to or from methods. |
x <- set_quantities(1:3, m/s, 0.1)
y <- set_quantities(4:6, m/s, 0.2)
(z <- cbind(x, y))
as.data.frame(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.