write_ncdf | R Documentation |
Helper function to write output to NetCDF
write_ncdf(
nc_file,
int_data,
variable_name,
variable_units,
variable_long_name = NULL,
lats = NULL,
lons = NULL
)
nc_file |
character path or url to a NetCDF source |
int_data |
data.frame as output by execute_intersection |
variable_name |
character name for data variable |
variable_units |
character units for data variable |
variable_long_name |
character optional long name for data variable |
lats |
numeric vector giving representative latitude for each time series |
lons |
numeric vector giving representative longitude for each time series |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.