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.
Slots
reports- A list of ReportClass objects
analysis- A list of AnalysisClass object