ReportPlot: R6 Class for missing combinations The class has the field for...

ReportPlotR Documentation

R6 Class for missing combinations The class has the field for the combinations and custom plot function

Description

R6 Class for missing combinations The class has the field for the combinations and custom plot function

R6 Class for missing combinations The class has the field for the combinations and custom plot function

Public fields

title

dataframe with missing combinations

descr_key

dataframe with missing combinations

plot

dataframe with missing combinations

Methods

Public methods


Method new()

Creates a new ReportPlot Object

Usage
ReportPlot$new(title = NULL, descr_key = NULL, descr_dict = NULL, plot = NULL)
Arguments
title

title of the plot

descr_key

description of the plot

descr_dict

dict with description strings

plot

plot to display


Method get_description()

generates the description for the plot

Usage
ReportPlot$get_description()
Arguments
descr_key

key of the description in the dict

descr_dict

dict of description


Method clone()

The objects of this class are cloneable with this method.

Usage
ReportPlot$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.