Learn R Programming

quantities (version 0.2.2)

as.data.frame.quantities: Coerce to a Data Frame

Description

S3 method for quantities objects (see as.data.frame).

Usage

# S3 method for quantities
as.data.frame(x, ...)

Arguments

x

any R object.

...

additional arguments to be passed to or from methods.

Examples

Run this code
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