Skip to contents

Extract or Replace Parts of an Object

Usage

# S4 method for class 'goc'
x$name

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

# S4 method for class 'mpg'
x$name

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