kno2kmh: Knots to Km/h speed conversion function

Description Usage Arguments Value Examples

View source: R/knots2kmh.R

Description

kno2kmh converts speed in knots to km/h values.

Usage

1
kno2kmh(speed)

Arguments

speed

The value in knots of the speed.

Value

The function returns the speed value converted in km/h

Examples

1
kno2kmh(speed = c(3, 4.5, 5))

vmsbase documentation built on July 1, 2020, 6 p.m.