Learn R Programming

ggalign (version 0.0.4)

is_ggheatmap: Reports whether x is a heatmap_layout() object

Description

Reports whether x is a heatmap_layout() object

Usage

is_ggheatmap(x)

Value

A boolean value

Arguments

x

An object to test

Examples

Run this code
is_ggheatmap(ggheatmap(1:10))

Run the code above in your browser using DataLab