Standard units used in Stox

data(StoxUnits)

Format

A data.table with the following columns:

id

unique identifier for unit

quantity

The quantity the units apply to. Units can be converted to other units of the same quantity

symbol

Symbol or shorthand notation for the unit. Unique within quantity

shortname

Short name of the unit, intended for plotting and menu options

name

Name of the unit

conversion

Conversion factor. All units of the same quantity are expressed relative to common base unit whos value for conversion is 1.

The 'id', 'quantity', and 'conversion' defines a unit. 'symbol', shortname' and 'name' should are unique for a given quantity

Examples

data(StoxUnits)