powered by
cell_analysis
The cell_analysis class is based on list, created in order to store analysis of cell level information (cell_df).
cell_df
Objects of class cell_analysis have following named nodes:
cells : Contains information about cell_group_type in terms of (data, minor and major attributes).(a tibble)
cells
cell_group_type
sections : Contains boundaries of each data block. (a tibble)
sections
details : a list containing further information
details
cell_df : The original cell_df which is passed for processing
print: Prints identifier of the class and the number of blocks (and potential issues if any).
print
plot: Plots (using ggplot2) the data-block information.
plot
ggplot2