get_narr_cell_numbers: get NARR cell numbers for given lat and lon

Description Usage Arguments Value Examples

View source: R/narr_cell_functions.R

Description

get NARR cell numbers for given lat and lon

Usage

1

Arguments

d

data.frame with columns 'lat' and 'lon'

Value

a data.frame identical to the input data.frame but with appended NARR cell numbers

Examples

1
2
3
4
5
6
7
8
9
if (FALSE) {
d <- data.frame(
  id = c('1a', '2b', '3c'),
  lat = c(39.19674, 39.19674, 39.48765),
  lon = c(-84.582601, -84.582601, -84.610173)
)

get_narr_cell_numbers(d)
}

geomarker-io/addNarrData documentation built on July 18, 2021, 4:02 a.m.