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