Learn R Programming

bubbleHeatmap (version 0.1.1)

widthDetails.bubbleHeatmap: Methods for determining the width/height of bubbleHeatmap plots and legends.

Description

Methods for determining the width/height of bubbleHeatmap plots and legends.

Usage

# S3 method for bubbleHeatmap
widthDetails(x)

# S3 method for bubbleLegend widthDetails(x)

# S3 method for colorLegend widthDetails(x)

# S3 method for bubbleHeatmap heightDetails(x)

# S3 method for bubbleLegend heightDetails(x)

# S3 method for colorLegend heightDetails(x)

Value

Grid unit object representing object width or height.

Arguments

x

A bubbleHeatmap, bubbleLegend, or colorLegend object.

Functions

  • widthDetails(bubbleHeatmap): Get width of bubbleHeatmap

  • widthDetails(bubbleLegend): Get width of bubbleLegend

  • widthDetails(colorLegend): Get width of colorLegend

  • heightDetails(bubbleHeatmap): Get height of bubbleHeatmap

  • heightDetails(bubbleLegend): Get height of bubbleLegend

  • heightDetails(colorLegend): Get height of colorLegend