$ {grainscape} | 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 |
name |
A literal character string or a |
value |
Any R object. |
[Package grainscape version 0.4.4 Index]