.locationRestore,character-method | R Documentation |
This function resets the connection to a previously-created GRASS "location". The session must have been already created using fast()
in the current R session. This function is typically only of use to developers.
## S4 method for signature 'character'
.locationRestore(x)
## S4 method for signature 'integer'
.locationRestore(x)
## S4 method for signature 'numeric'
.locationRestore(x)
## S4 method for signature 'GSpatial'
.locationRestore(x)
x |
Either:
Any of these can be found using |
An object of class GLocation
(invisibly) if successful. An error will likely result if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.