Learn R Programming

pipenostics (version 0.1.7)

inch_mm: Millimeters to inches

Description

Convert length measured in millimeters (mm) to inches

Usage

inch_mm(x)

Arguments

x

length measured in millimeters, [mm]. Type: assert_double.

Value

length in inches, [inch]. Type: assert_double.

See Also

mm_inch for converting inches to mm

Other utils: kgf_mpa(), mm_inch(), mpa_kgf(), mpa_psi(), psi_mpa()

Examples

Run this code
# NOT RUN {
 inch_mm(c(25.4, 1))
 # [1] 1.00000000 0.03937008  # [inch]


# }

Run the code above in your browser using DataLab