See also mps2knot()
, which is the inverse of this function.
knot2mps(knot)
Speed in knots.
Speed in m/s.
Other functions dealing with units:
mps2knot()
library(whalestrike)
knots <- seq(0, 20)
plot(knots, knot2mps(knots), xlab = "Speed [knots]", ylab = "Speed [m/s]", type = "l")