l_aspect: Query the aspect ratio of a plot

View source: R/l_aspect.R

l_aspectR Documentation

Query the aspect ratio of a plot

Description

The aspect ratio is defined by the ratio of the number of pixels for one data unit on the y axis and the number of pixels for one data unit on the x axes.

Usage

l_aspect(widget)

Arguments

widget

widget path as a string or as an object handle

Value

aspect ratio

Examples

## Not run: 
p <- with(iris, l_plot(Sepal.Length ~ Sepal.Width, color=Species))

l_aspect(p)
l_aspect(p) <- 1

## End(Not run)

loon documentation built on July 9, 2023, 5:48 p.m.