dimInfo: Return a data.frame describing each dimension of the units (1...

Description Usage Arguments Examples

Description

Return a data.frame describing each dimension of the units (1 row per dimension)

Usage

1
dimInfo(unitstr)

Arguments

unitstr

A single string representing one set of units dimension

Examples

1
2
3
4
5
loadflex:::dimInfo('kg') # 'mg'
loadflex:::dimInfo('ha') # 'km^2'
loadflex:::dimInfo('kg d^-1') # NA
loadflex:::dimInfo('m^3') # NA
loadflex:::dimInfo('kk') # NA

McDowellLab/loadflex documentation built on May 8, 2019, 9:48 a.m.