Learn R Programming

preproviz (version 0.2.0)

RunClass-class: An S4 class representing preproviz output (data and visualizations)

Description

RunClass is an class contain ReportClass and AnalysisClass objects as separate lists. A RunClass object is the output of running the main function preproviz() and can be studied with either get or plot methods.

Arguments

Value

A RunClass object

Slots

reports
A list of ReportClass objects
analysis
A list of AnalysisClass object