wrf_summary | R Documentation |
This return returns a summary for each variable.
wrf_summary(file, vars, clean = FALSE)
file |
String path to the wrf. |
vars |
String of WRF variables. If missing, all variables. |
clean |
logical, default is FALSE, TRUE for remove Times, XLAT and XLONG |
data.frame
## Not run:
# do not run
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_summary(file = file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.