View source: R/object-initiation.R
processData | R Documentation |
Processes the data and constructs all needed slots. Afterwards the cypro object is set for all subsequent analysis and visualization steps.
processData( object, summarize_with = c("max", "min", "mean", "median"), verbose = TRUE )
object |
A valid cypro object. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
An updated version of the input cypro
-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.