make_component: Convert iheatmapr subcomponents to plotly format

make_componentR Documentation

Convert iheatmapr subcomponents to plotly format

Description

These are generic methods for converting link{Iheatmap-class} plot components to plotly lists. Not intended for end users; exported for developers seeking to create new Iheatmap subplots. Any new link{IheatmapPlot}, link{IheatmapShape}, link{IheatmapAnnotation}, or link{IheatmapColorbar} child class should have one of these methods.

Usage

make_trace(x, ...)

make_shapes(x, ...)

make_annotations(x, ...)

make_colorbar(cb, grid)

Arguments

x

IheatmapPlot-class, IheatmapShape-class, or IheatmapAnnotation-class object

...

additional arguments specific to component


iheatmapr documentation built on May 29, 2024, 8:55 a.m.