| HexGridInfo-methods | R Documentation |
S4 methods for HexGridInfo objects. These provide standard R operations
like $, names(), show(), and as.list().
## S4 method for signature 'HexGridInfo'
x$name
## S4 method for signature 'HexGridInfo'
names(x)
## S4 method for signature 'HexGridInfo'
show(object)
## S4 method for signature 'HexGridInfo'
as.list(x, ...)
x |
HexGridInfo object |
name |
Slot name |
object |
HexGridInfo object (for show) |
... |
Additional arguments |
$: The value of the requested slot
names: Character vector of slot names
show: The object, invisibly (called for side effect of printing)
as.list: A named list of slot values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.