View source: R/functions_netCDF.R
is_netCDF_gridded | R Documentation |
Determine if a netCDF has a gridded or discrete xy-space
is_netCDF_gridded(x, xy_names = c("lon", "lat"))
x |
An object identifying a netCDF file, i.e.,
a character string as file name or an object of class ncdf4 derived
from |
xy_names |
A vector with two character strings. The names of the x and y spatial dimensions of a netCDF file. |
A logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.