Learn R Programming

maidr (version 0.1.2)

BaseRHeatmapLayerProcessor: Base R Heatmap Layer Processor

Description

Processes Base R heatmap layers using the heatmap() function

Arguments

Super class

maidr::LayerProcessor -> BaseRHeatmapLayerProcessor

Methods

Inherited methods


Method process()

Usage

BaseRHeatmapLayerProcessor$process(
  plot,
  layout,
  built = NULL,
  gt = NULL,
  scale_mapping = NULL,
  grob_id = NULL,
  panel_id = NULL,
  panel_ctx = NULL,
  layer_info = NULL
)


Method extract_data()

Usage

BaseRHeatmapLayerProcessor$extract_data(layer_info)


Method generate_selectors()

Usage

BaseRHeatmapLayerProcessor$generate_selectors(layer_info, gt = NULL)


Method find_image_rect_grobs()

Usage

BaseRHeatmapLayerProcessor$find_image_rect_grobs(grob, group_index)


Method generate_selectors_from_grob()

Usage

BaseRHeatmapLayerProcessor$generate_selectors_from_grob(
  grob,
  group_index = NULL
)


Method extract_axis_titles()

Usage

BaseRHeatmapLayerProcessor$extract_axis_titles(layer_info)


Method extract_main_title()

Usage

BaseRHeatmapLayerProcessor$extract_main_title(layer_info)


Method clone()

The objects of this class are cloneable with this method.

Usage

BaseRHeatmapLayerProcessor$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.