Learn R Programming

grainscape (version 0.5.0)

$: Extract or Replace Parts of an Object

Description

Extract or Replace Parts of an Object

Usage

# S4 method for goc
$(x, name)

# S4 method for goc $(x, name) <- value

# S4 method for mpg $(x, name)

# S4 method for mpg $(x, name) <- value

Arguments

x

A simList object from which to extract element(s) or in which to replace element(s).

name

A literal character string or a name().

value

Any R object.