Learn R Programming

measurements (version 1.2.0)

conv_unit_options: Unit of Measurement Conversion Options

Description

Shows what units of measurement can be converted with the function conv_unit.

Usage

conv_unit_options

Arguments

Format

A list with all units available for conversion using conv_unit.

Details

Duration

Years are defined as 365.25 days and months are defined as 1/12 a year.

Coordinate

Values must be entered as a string with one space between subunits (e.g. 70<U+00B0> 33<U+2019> 11<U+201D> = "70 33 11").

Energy

cal is a thermochemical calorie (4.184 J) and Cal is 1000 cal (kcal or 4184 J).

Mass

All non-metric units are based on the avoirdupois system.

Power

hp is mechanical horsepower, or 745.69 W.

Pressure

cmH2O is defined at 4 <U+00B0>C.

Pressure

inH2O is defined at 60 <U+00B0>F.

Speed

mach is calculated at sea level at 15 <U+00B0>C.

See Also

conv_unit

Examples

Run this code
# NOT RUN {
conv_unit_options
conv_unit_options$pressure

# }

Run the code above in your browser using DataLab