View source: R/readPrjDimensions.R
| readPrjDimensions | R Documentation | 
Reades the dimensions from a .prj file
readPrjDimensions(prjFile = "", logfile = "")
| prjFile | Required. Name of .prj file. | 
| logfile | Optional. Name of the file to be used for logging the action. Normally not used. | 
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.
Kevin Shook
readPrjParameters
## Not run: model_dims <- readPrjDimensions("Bad74_Frozen.prj")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.