Learn R Programming

units (version 0.4-5)

as_cf: deparse unit to string in product power form (e.g. km m-2 s-1)

Description

deparse unit to string in product power form (e.g. km m-2 s-1)

Usage

as_cf(x)

Arguments

x

object of class units

Examples

Run this code
# NOT RUN {
u = parse_unit("kg m-2 s-1")
u
as_cf(u)
# }

Run the code above in your browser using DataLab