UnitConv: Conversion function

Description Usage Arguments Author(s)

Description

This function converts values from one unit (inch, cm, pounds or kg) to another unit.

Usage

1
2
UnitConv(value, from = c("inch", "cm", "pounds", "kg"), to = c("inch",
  "pounds", "cm", "kg"), r = 2)

Arguments

value

The value to be converted.

from

Unit of given value.

to

Unit in which value will be converted.

r

Number of decimals

Author(s)

Kafi


Kafi1993/bacon_practise documentation built on May 20, 2019, 2:28 p.m.