S4 methods for HexGridInfo objects. These provide standard R operations
like $, names(), show(), and as.list().
# S4 method for HexGridInfo
$(x, name)# S4 method for HexGridInfo
names(x)
# S4 method for HexGridInfo
show(object)
# S4 method for HexGridInfo
as.list(x, ...)
$: 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
HexGridInfo object
Slot name
HexGridInfo object (for show)
Additional arguments