InfographicItem: R6 Class for loading and analysing sequence sets

InfographicItemR Documentation

R6 Class for loading and analysing sequence sets

Description

R6 Class for loading and analysing sequence sets

R6 Class for loading and analysing sequence sets

Super class

floundeR::FloundeR -> InfographicItem

Public fields

.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

Methods

Public methods

Inherited methods

Method 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.

Usage
InfographicItem$new(key = NA, value = NA, icon = NA)
Arguments
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


Method clone()

The objects of this class are cloneable with this method.

Usage
InfographicItem$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


sagrudd/floundeR documentation built on Nov. 18, 2022, 10:31 a.m.