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

View source: R/methods.R

widthDetails.bubbleHeatmapR Documentation

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 class 'bubbleHeatmap'
widthDetails(x)

## S3 method for class 'bubbleLegend'
widthDetails(x)

## S3 method for class 'colorLegend'
widthDetails(x)

## S3 method for class 'bubbleHeatmap'
heightDetails(x)

## S3 method for class 'bubbleLegend'
heightDetails(x)

## S3 method for class 'colorLegend'
heightDetails(x)

Arguments

x

A bubbleHeatmap, bubbleLegend, or colorLegend object.

Value

Grid unit object representing object width or height.

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


bubbleHeatmap documentation built on May 31, 2023, 9:17 p.m.