instructions-generic | R Documentation |
Retrieve or set giotto instructions. Specific instructions can
be replaced using the field
param. Additionally, when using
instructions<-, initialize()
will be called on the giotto object if
initialize param is TRUE
instructions(gobject, param, ...)
## S4 method for signature 'giotto,missing'
instructions(gobject)
## S4 replacement method for signature 'giotto,missing,missing'
instructions(gobject, initialize) <- value
## S4 replacement method for signature 'giotto,missing,logical'
instructions(gobject, initialize) <- value
## S4 method for signature 'giotto,character'
instructions(gobject, param)
## S4 replacement method for signature 'giotto,character,missing'
instructions(gobject, param, initialize) <- value
## S4 replacement method for signature 'giotto,character,logical'
instructions(gobject, param, initialize) <- value
gobject |
giotto object |
param |
Specific param in instructions to access or modify |
initialize |
(boolean, default = TRUE) whether to initialize the giotto object |
value |
value to set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.