Processes Base R heatmap layers using the heatmap() function
maidr::LayerProcessor -> BaseRHeatmapLayerProcessor
Inherited methods
maidr::LayerProcessor$apply_scale_mapping()maidr::LayerProcessor$extract_layer_axes()maidr::LayerProcessor$get_last_result()maidr::LayerProcessor$get_layer_index()maidr::LayerProcessor$initialize()maidr::LayerProcessor$needs_reordering()maidr::LayerProcessor$reorder_layer_data()maidr::LayerProcessor$set_last_result()
process()BaseRHeatmapLayerProcessor$process(
plot,
layout,
built = NULL,
gt = NULL,
scale_mapping = NULL,
grob_id = NULL,
panel_id = NULL,
panel_ctx = NULL,
layer_info = NULL
)
extract_data()BaseRHeatmapLayerProcessor$extract_data(layer_info)
generate_selectors()BaseRHeatmapLayerProcessor$generate_selectors(layer_info, gt = NULL)
find_image_rect_grobs()BaseRHeatmapLayerProcessor$find_image_rect_grobs(grob, group_index)
generate_selectors_from_grob()BaseRHeatmapLayerProcessor$generate_selectors_from_grob(
grob,
group_index = NULL
)
extract_axis_titles()BaseRHeatmapLayerProcessor$extract_axis_titles(layer_info)
extract_main_title()BaseRHeatmapLayerProcessor$extract_main_title(layer_info)
clone()The objects of this class are cloneable with this method.
BaseRHeatmapLayerProcessor$clone(deep = FALSE)deepWhether to make a deep clone.