deparse_unit: deparse unit to string in product power form (e.g. km m-2...

View source: R/misc.R

deparse_unitR Documentation

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

deparse_unit(x)

Arguments

x

object of class units

Value

length one character vector

Examples

u = as_units("kg m-2 s-1")
u
deparse_unit(u)

units documentation built on April 3, 2025, 9:38 p.m.