extract: Extract or Replace Parts of an Object

$R Documentation

Extract or Replace Parts of an Object

Description

Extract or Replace Parts of an Object

Usage

## S4 method for signature 'goc'
x$name

## S4 replacement method for signature 'goc'
x$name <- value

## S4 method for signature 'mpg'
x$name

## S4 replacement method for signature '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.


grainscape documentation built on July 8, 2026, 1:08 a.m.