Learn R Programming

vmsbase (version 2.2.1)

kno2kmh: Knots to Km/h speed conversion function

Description

kno2kmh converts speed in knots to km/h values.

Usage

kno2kmh(speed)

Arguments

speed

The value in knots of the speed.

Value

The function returns the speed value converted in km/h

Examples

Run this code
# NOT RUN {
kno2kmh(speed = c(3, 4.5, 5))

# }

Run the code above in your browser using DataLab