See also mps2knot(), which is the inverse of this function.

knot2mps(knot)

Arguments

knot

Speed in knots.

Value

Speed in m/s.

See also

Other functions dealing with units: mps2knot()

Author

Dan Kelley

Examples

library(whalestrike)
knots <- seq(0, 20)
plot(knots, knot2mps(knots), xlab = "Speed [knots]", ylab = "Speed [m/s]", type = "l")