length2SI: length2SI

Description Usage Arguments References Examples

Description

Convert length units from non-standard units to SI. This allows to convert imperial units to m, but also using various bases (some of which are predefined, some of which have to be supplied by the user).

Usage

1
length2SI(x, units = "imperial", base = NULL, verbose = TRUE)

Arguments

x

vector, or matrix of lengths

units

length units to be used (see details)

base

conversion factors for columns of matrix if non-standard units are used, character if in base list

verbose

logical, should information on conversion factors be displayed?

References

http://www.thefullwiki.org/Conversion_of_units

Examples

1
2
length2SI(rbind(c(20,3,2), c(0,6,7)))
length2SI(1, 'finger')

jonasbhend/pressurehelper documentation built on May 19, 2019, 7:27 p.m.