knots to meters per second for those of us that forget the convertion number

rb_kn2ms(x)

Arguments

x

A numerical vector of speed in knots

Value

A vector, speed in meters per second

Author

Einar Hjörleifsson, einar.hjorleifsson@gmail.com

Examples

rb_kn2ms(seq(0, 16, by = 2))
#> [1] 0.000000 1.028889 2.057778 3.086667 4.115556 5.144444 6.173333 7.202222
#> [9] 8.231111