InfographicItem.Rd
R6 Class for loading and analysing sequence sets
R6 Class for loading and analysing sequence sets
floundeR::FloundeR
-> InfographicItem
.key
the infographic key e.g. ReadCount
.value
the element's value e.g. 42
.icon
the fa-awesome code to use for the cartoon display
new()
Initialise a new instance of the R6 Class InfographicItem
This class is used to contain the information that is subsequently
rendered by the Infographic
class.
InfographicItem$new(key = NA, value = NA, icon = NA)
key
the infographic key e.g. ReadCount
value
the element's value e.g. 42
icon
the fa-awesome code to use for the cartoon display
clone()
The objects of this class are cloneable with this method.
InfographicItem$clone(deep = FALSE)
deep
Whether to make a deep clone.