miles_to_km: Functions to convert unit systems.

View source: R/unit_conversions.R

miles_to_kmR Documentation

Functions to convert unit systems.

Description

No rounding is ever done.

Usage

miles_to_km(x)

km_to_miles(x)

n_mile_to_km(x)

km_to_n_mile(x)

ms_to_km_h(x)

km_h_to_ms(x)

km_h_to_km_min(x)

km_h_to_min_km(x)

min_km_to_km_h(x)

inch_to_mm(x)

mm_to_inch(x)

foot_to_metre(x)

feet_to_metres(x)

metre_to_foot(x)

metres_to_feet(x)

yard_to_metre(x)

metre_to_yard(x)

ms_to_knot(x)

knot_to_ms(x)

gallon_to_litre(x, type = "imperial")

litre_to_gallon(x, type = "imperial")

mpg_to_km_l(x, type = "imperial")

mpg_to_l_100_km(x, type = "imperial")

l_100_km_to_km_l(x)

l_100_km_to_mpg(x, type = "imperial")

km_l_to_l_100_km(x)

cubic_inches_to_cubic_centimetres(x)

cubic_centimetres_to_cubic_inches(x)

bar_to_psi(x)

psi_to_bar(x)

inch_hg_to_mb(x)

mb_to_inch_hg(x)

pascal_to_psi(x)

psi_to_pascal(x)

fahrenheit_to_celsius(x)

celsius_to_fahrenheit(x)

heat_index(temp, rh, rh_min = NA)

kw_to_hp(x, metric = FALSE)

hp_to_kw(x, metric = FALSE)

newton_metre_to_kg_force(x)

newton_metre_to_foot_pound(x)

foot_pound_to_newton_meter(x)

pound_to_kg(x)

lb_to_kg(x)

kg_to_pound(x)

stone_to_kg(x)

kg_to_stone(x)

acre_to_metre(x)

metre_to_acre(x)

marathon()

half_marathon()

absolute_zero()

standard_atmosphere()

miles_h_to_ms(x)

miles_h_s_2_to_ms_2(x)

speed_of_light()

gravity()

dry_adiabatic_lapse_rate()

Arguments

x

Input vector.

type, metric

Type options.

temp, rh, rh_min

Specific options for some functions.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.