R/km2nm.R

km2nm <-
function(km) {
    #1.852 km per nm
    km/1.852
}

Try the nwfscMapping package in your browser

Any scripts or data that you put into this service are public.

nwfscMapping documentation built on May 2, 2019, 5:27 p.m.