get_wind | R Documentation |
Creates a data.frame with DateTime and wind.
get_wind(file = "output.nc", ...)
file |
a string with the path to the netcdf output from GLM |
... |
additional arguments passed to |
a data.frame with DateTime and wind
Luke A. Winslow, Jordan S. Read
sim_folder <- run_example_sim(verbose = FALSE)
nc_file <- file.path(sim_folder, 'output/output.nc')
wind <- get_wind(file = nc_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.