Skip to contents

Cheat sheet to print out pre-defined flux unit properties from fluxUnit class Flux units included:

NumberObjectNameshortNameunitFactorunitName
1POUNDS_DAYlbs/day2.204623pounds/day
2TONS_DAYtons/day0.001102tons/day
3KG_DAYkg/day1kg/day
4THOUSAND_KG_DAY10^3 kg/day0.001thousands of kg/day
5TONS_YEARtons/yr0.402619tons/year
6THOUSAND_TONS_YEAR10^3 tons/yr0.000402619thousands of tons/year
7MILLION_TONS_YEAR10^6 tons/yr4.02619e-07millions of tons/year
8THOUSAND_KG_YEAR10^3 kg/yr0.36525thousands of kg/year
9MILLION_KG_YEAR10^6 kg/yr0.00036525millions of kg/year
10BILLION_KG_YEAR10^9 kg/yr3.6525e-07billions of kg/year
11thousandTonsDay10^3 tons/day1.102e-06thousands of tons/day
12millionKgDay10^6 kg/day1e-06millions of kg/day
13kgYearkg/year365.25kg/year

Usage

printFluxUnitCheatSheet()

Examples

printFluxUnitCheatSheet()
#> The following codes apply to the fluxUnit list:
#> 1 =  poundsDay  ( pounds/day )
#> 2 =  tonsDay  ( tons/day )
#> 3 =  kgDay  ( kg/day )
#> 4 =  thousandKgDay  ( thousands of kg/day )
#> 5 =  tonsYear  ( tons/year )
#> 6 =  thousandTonsYear  ( thousands of tons/year )
#> 7 =  millionTonsYear  ( millions of tons/year )
#> 8 =  thousandKgYear  ( thousands of kg/year )
#> 9 =  millionKgYear  ( millions of kg/year )
#> 10 =  billionKgYear  ( billions of kg/year )
#> 11 =  thousandTonsDay  ( thousands of tons/day )
#> 12 =  millionKgDay  ( millions of kg/day )
#> 13 =  kgYear  ( kg/year )