access_component: Access subcomponents of Iheatmap object

colorbars,Iheatmap-methodR Documentation

Access subcomponents of Iheatmap object

Description

These are methods for accessing subcomponents of the Iheatmap object

Usage

## S4 method for signature 'Iheatmap'
colorbars(x, what = c("all", "continuous", "discrete"))

## S4 method for signature 'Iheatmap'
yaxes(p, xaxis = NULL)

## S4 method for signature 'Iheatmap'
xaxes(p, yaxis = NULL)

## S4 method for signature 'Iheatmap'
plots(x)

## S4 method for signature 'Iheatmap'
shapes(x)

## S4 method for signature 'Iheatmap'
annotations(x)

Arguments

x

Iheatmap-class object

xaxis

name of xaxis

yaxis

name of yaxis


ropensci/iheatmapr documentation built on Aug. 17, 2024, 9:12 a.m.