View source: R/setPrjDimensions.R
| setPrjDimensions | R Documentation | 
Sets model dimensions in .prj file
setPrjDimensions(
  inputPrjFile = NULL,
  dimensionVals = NULL,
  outputPrjFile = NULL,
  logfile = ""
)
| inputPrjFile | Required. Name of the  | 
| dimensionVals | Required. Vector containing new dimension values. There must be 3 values in the
correct order:  | 
| outputPrjFile | Optional. If omitted, the input  | 
| logfile | Optional. Name of the file to be used for logging the action. Normally not used. | 
If successful, returns TRUE. If unsuccessful, returns FALSE.
Kevin Shook
readPrjDimensions
## Not run: 
new_dimensions <- c(47, 2, 1)
check <- setPrjDimensions("Bad74_Frozen.prj", new_dimensions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.