$ | R Documentation |
Extract or Replace Parts of an Object
## 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
x |
A |
name |
A literal character string or a |
value |
Any R object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.