changeGiottoInstructions | R Documentation |
Function to change one or more instructions from giotto object.
If more than one item is supplied to params
and new_values
, use
a vector of values. Does not call initialize
on the giotto object
changeGiottoInstructions(
gobject,
params = NULL,
new_values = NULL,
return_gobject = TRUE,
init_gobject = TRUE
)
gobject |
giotto object |
params |
parameter(s) to change |
new_values |
new value(s) for parameter(s) |
return_gobject |
(boolean, default = TRUE) return giotto object |
init_gobject |
(boolean, default = TRUE) initialize gobject if returning |
giotto object with one or more changed instructions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.