length_conv: Length Function

Description Usage Arguments Value Examples

Description

Length Function

Usage

1
length_conv(n, from, to)

Arguments

n

is the value of the initial lengeth you want to convert

from

the units of the initial values, inch= inches, cm = centemeters, m = meter, km = kilometer, mm = milimeter, mile = mile, yd = yards, ft = foot, microm = micrometer, nm = nanometer

to

the units you want to convert to

Value

the value of the conversion in the units of "to"

Examples

1
2
length_conv(5,"yd","mile"),
length_conv(23, "mile", "nm")

aminondo/iX-Rpackage documentation built on May 20, 2019, 2:43 p.m.