powered by
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.
l_aspect(widget)
aspect ratio
widget path as a string or as an object handle
if (FALSE) { p <- with(iris, l_plot(Sepal.Length ~ Sepal.Width, color=Species)) l_aspect(p) l_aspect(p) <- 1 }
Run the code above in your browser using DataLab