readPrjDimensions: Reades the dimensions from a .prj file

View source: R/readPrjDimensions.R

readPrjDimensionsR Documentation

Reades the dimensions from a .prj file

Description

Reades the dimensions from a .prj file

Usage

readPrjDimensions(prjFile = "", logfile = "")

Arguments

prjFile

Required. Name of .prj file.

logfile

Optional. Name of the file to be used for logging the action. Normally not used.

Value

If successful, returns the dimension values as a data frame with the columns dimension and value. The dimensions are nhru (the number of HRUs), nlay (the number of layers) and nobs (the number of obs files). If unsuccessful, the value FALSE is returned.

Author(s)

Kevin Shook

See Also

readPrjParameters

Examples

## Not run: model_dims <- readPrjDimensions("Bad74_Frozen.prj")


CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.