Description Usage Arguments Value Examples
View source: R/narr_cell_functions.R
get NARR cell numbers for given lat and lon
1 |
d |
data.frame with columns 'lat' and 'lon' |
a data.frame identical to the input data.frame but with appended NARR cell numbers
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.