is.ggheatmap {ggalign} | R Documentation |
Reports whether x
is a HeatmapLayout
object
Description
Reports whether x
is a HeatmapLayout
object
Usage
is.ggheatmap(x)
Arguments
x |
An object to test |
Value
A boolean value
Examples
is.ggheatmap(ggheatmap(1:10))
[Package ggalign version 0.0.3 Index]