Add River Meters to Blue Line Key
fwa_add_rms_to_blk.Rd
Adds distances (rm) and spatial coordinates (geometry) of regularly spaced points along blue line key (blk). All distances which are in meters are from the river mouth.
Arguments
- x
A data frame with integer column blk.
- interval
A whole numeric of the distance between points.
- start
A whole numeric of the start distance.
- end
An integer of the end distance.
- epsg
A positive whole number of EPSG projection for the coordinates.
- nocache
A flag specifying whether or not to cache results.
Examples
if (FALSE) { # \dontrun{
fwa_add_rms_to_blk(data.frame(blk = 356308001))
} # }