grassHelp {fasterRaster} | R Documentation |
Open the help page for a GRASS module
Description
This function opens the manual page for a GRASS module (function) in your browser.
Usage
grassHelp(x, online = FALSE)
Arguments
x |
Character: Any of:
|
online |
Logical: If |
Value
Nothing (opens a web page).
Examples
if (grassStarted() & interactive()) {
# Open help pages for `r.mapcalc` and `r.sun`:
grassHelp("r.mapcalc")
grassHelp("r.sun")
# GRASS table of contents:
grassHelp("toc")
# Index page:
grassHelp("index")
}
[Package fasterRaster version 8.4.0.3 Index]