lb2kg {openMSE}R Documentation

Convert numeric values to a different scale

Description

Convert numeric values to a different scale

Usage

lb2kg(x)

lb2mt(x)

kg2lb(x)

kg2_1000lb(x)

kg2mt(x)

inch2mm(x)

inch2cm(x)

mm2inch(x)

cm2inch(x)

divide_1000(x)

divide_100(x)

divide_10(x)

multiply_1000(x)

multiply_100(x)

multiply_10(x)

Arguments

x

A vector of numeric values

Value

The vector of numeric values converted to the appropriate scale

Functions

Examples

lb2kg(1:10)
kg2lb(1:10)

[Package openMSE version 1.0.1 Index]