Description Usage Arguments Value Examples
View source: R/params-functions.R
Get multiple parameter values from a Params object.
1  | 
params | 
 Params object to get values from.  | 
names | 
 vector of names of the parameters to get.  | 
List with the values of the selected parameters.
1 2  | params <- newSimpleParams()
getParams(params, c("nGenes", "nCells", "mean.rate"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.