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.


achubaty/grainscape documentation built on July 26, 2023, 11:08 p.m.