rgl (version 0.100.54)

figWidth: Get R Markdown figure dimensions in pixels.

Description

In an R Markdown document, figure dimensions are normally specified in inches; these are translated into pixel dimensions when HTML output is requested and rglwidget is used. These functions reproduce that translation.

Usage

figWidth()
figHeight()

Arguments

Value

When used in an R Markdown document, these functions return the requested current dimensions of figures in pixels. Outside such a document, NULL is returned.

Examples

Run this code
# NOT RUN {
# No useful return value outside of R Markdown:
figWidth()
figHeight()
# }

Run the code above in your browser using DataLab