This is done by dividing by the factor 1.852e3/3600,
See also knot2mps()
, which is the inverse of this function.
mps2knot(mps)
Speed in metres per second.
Speed in knots.
Other functions dealing with units:
knot2mps()
library(whalestrike)
mps <- seq(0, 10)
plot(mps, mps2knot(mps), xlab = "Speed [m/s]", ylab = "Speed [knots]", type = "l")