ReportPlot | R Documentation |
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
title
dataframe with missing combinations
descr_key
dataframe with missing combinations
plot
dataframe with missing combinations
new()
Creates a new ReportPlot Object
ReportPlot$new(title = NULL, descr_key = NULL, descr_dict = NULL, plot = NULL)
title
title of the plot
descr_key
description of the plot
descr_dict
dict with description strings
plot
plot to display
get_description()
generates the description for the plot
ReportPlot$get_description()
descr_key
key of the description in the dict
descr_dict
dict of description
clone()
The objects of this class are cloneable with this method.
ReportPlot$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.