Learn R Programming

r2dRue (version 1.0.3)

readr2dRfile: Reads metadata for a concrete r2dRue analysis as specified in its corresponding parameters file

Description

The analysis parameters (names of the raster groups, number of images per time-series, available and analysis periods, number of hydrological years, etc.) are read from the parameters file. Then, the file names within each raster group are read to memory. All that information is also reported to the R console along with basic spatial data such as raster dimensions and resolution, and the PROJ.4 coordinate reference system specification.

Usage

readr2dRfile(conf)

Arguments

conf
Name of an existing parameters file

Value

  • Data are read to memory. Nothing is returned.

Details

This function is intended to be executed at the beginning of an analysis. For that reason, the sections on assessment and monitoring always report "results not updated". If read2dRfile is executed again within the same session, and a previous analysis has yielded any of these sections updated (which can be checked using showInfo), such information will be erased.

See Also

showInfo, editr2dRfile, assessment, monitoring