HexGridInfo-methods: HexGridInfo S4 Methods

HexGridInfo-methodsR Documentation

HexGridInfo S4 Methods

Description

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

Usage

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

Arguments

x

HexGridInfo object

name

Slot name

object

HexGridInfo object (for show)

...

Additional arguments

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


hexify documentation built on March 1, 2026, 1:07 a.m.