Skip to contents

This function creates a data frame containing the easting and northing coordinates for the SW corner of the grid reference.

Usage

os2en(gridreference)

Arguments

gridreference

The grid reference to be converted. Can be any resolution.

Examples

df <- data.frame(gridref = c("SO857197", "TQ327224", "SK797470"))
coords <- os2en(df$gridref)