load.ibis.nc: load.ibis.nc

Description Usage Arguments Value Author(s) Examples

Description

Load IBIS output files

Usage

1
2
  load.ibis.nc(filename = "", var = "", spp = NULL,
    date.range = "all", FUN = "sum", return.summary = TRUE)

Arguments

filename

name of IBIS output file, netCDF format

var

name of variable to be extracted

spp

name of species (optional)

date.range

either character (one of "all", "summer", "JJA") or integer vector of julian days (e.g. 1:365) of data to extract

FUN

function to be used to summarize data over time

Value

list of useful data

Author(s)

David LeBauer

Examples

1
2
3
## Not run: filename = (system.file("extdata/vanloocke2012rcw/corn/aet.nc", package = "ribis"))
x <- load.ibis.nc(filename)
## End(Not run)

dlebauer/climate-utils documentation built on May 15, 2019, 9:13 a.m.