Description Usage Arguments Details Value See Also Examples
Visualizes the pipeline as a graph
1 2 3 4 5 6 7  | visualizePipeline(object)
## S4 method for signature 'BaseAnalysisPipeline'
visualizePipeline(object)
## S4 method for signature 'MetaAnalysisPipeline'
visualizePipeline(object)
 | 
object | 
 The   | 
Indicates dependencies amongst functions as well as functions for which output needs to be stored
A graph object which can be printed (or) plotted to visualize the pipeline
Other Package core functions: BaseAnalysisPipeline-class,
MetaAnalysisPipeline-class,
assessEngineSetUp,
checkSchemaMatch,
createPipelineInstance,
exportAsMetaPipeline,
generateOutput,
genericPipelineException,
getInput, getLoggerDetails,
getOutputById,
getPipelinePrototype,
getPipeline, getRegistry,
initDfBasedOnType,
initialize,BaseAnalysisPipeline-method,
loadMetaPipeline,
loadPipeline,
loadPredefinedFunctionRegistry,
loadRegistry, prepExecution,
registerFunction,
savePipeline, saveRegistry,
setInput, setLoggerDetails,
updateObject
1 2 3 4 5 6 7 8  | ## Not run: 
library(analysisPipelines)
pipelineObj <- AnalysisPipeline(input = iris)
pipelineObj %>>% univarCatDistPlots(uniCol = "Species",
 priColor = "blue", optionalPlots = 0, storeOutput = T) %>>%
visualizePipeline
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.