powered by
This return returns a summary for each variable.
wrf_summary(file, vars, clean = FALSE)
data.frame
String path to the wrf.
String of WRF variables. If missing, all variables.
logical, default is FALSE, TRUE for remove Times, XLAT and XLONG
if (FALSE) { # do not run file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02") wrf_summary(file = file) }
Run the code above in your browser using DataLab