Learn R Programming

hexify (version 0.3.8)

HexGridInfo-methods: HexGridInfo S4 Methods

Description

S4 methods for HexGridInfo objects. These provide standard R operations like $, names(), show(), and as.list().

Usage

# 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, ...)

Value

  • $: 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

Arguments

x

HexGridInfo object

name

Slot name

object

HexGridInfo object (for show)

...

Additional arguments