
Last chance! 50% off unlimited learning
Sale ends in
Visualizes the pipeline as a graph
visualizePipeline(object)# S4 method for BaseAnalysisPipeline
visualizePipeline(object)
# S4 method for MetaAnalysisPipeline
visualizePipeline(object)
The AnalysisPipeline
or StreamingAnalysisPipeline
object
A graph object which can be printed (or) plotted to visualize the pipeline
Indicates dependencies amongst functions as well as functions for which output needs to be stored
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
# NOT RUN {
library(analysisPipelines)
pipelineObj <- AnalysisPipeline(input = iris)
pipelineObj %>>% univarCatDistPlots(uniCol = "Species",
priColor = "blue", optionalPlots = 0, storeOutput = T) %>>%
visualizePipeline
# }
Run the code above in your browser using DataLab