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/R-vmsbase documentation built on May 21, 2020, 9:54 a.m.