grassInfo {fasterRaster} | R Documentation |
GRASS citation, version, and copyright information
Description
Report the GRASS citation, version/release year, version number, or copyright information.
Usage
grassInfo(x = "citation")
Arguments
x |
Character: What to return. Any of:
Partial matching is used and case is ignored. |
Value
Character.
Examples
if (grassStarted()) {
# Citation
grassInfo()
# Version number
grassInfo("version")
# Version number
grassInfo("versionNumber")
# Version number
grassInfo("versionNumber")
# Copyright
grassInfo("copyright")
}
[Package fasterRaster version 8.4.0.3 Index]