wrf_xy: return df of x, y values of centerpoints of square grid of...

Description Usage Arguments

View source: R/wrf_get.R

Description

return df of x, y values of centerpoints of square grid of size (n*2 + 1)^2 centered on coords

Usage

1
wrf_xy(coords, n = 2, ret_mask = FALSE)

Arguments

coords

A pair of lon/lat coords (if data.frame, first row will be used)

n

Whole number specifying size of desired grid (square with (n*2 + 1)^2 cells)

ret_mask

Logical specifying whether to return the land mask values


kmeanskyle/snaptools documentation built on Dec. 27, 2019, 2:24 a.m.