wrf_summary: Summary of variables inside WRF files

View source: R/wrf_summary.R

wrf_summaryR Documentation

Summary of variables inside WRF files

Description

This return returns a summary for each variable.

Usage

wrf_summary(file, vars, clean = FALSE)

Arguments

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

Value

data.frame

Examples

## Not run: 
# do not run
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_summary(file = file)

## End(Not run)

eixport documentation built on Oct. 4, 2023, 9:13 a.m.