powered by
S3 method for quantities objects (see as.data.frame).
quantities
as.data.frame
# S3 method for quantities as.data.frame(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)
Run the code above in your browser using DataLab