Asp | R Documentation |
Returns the aspect ratio of the current plot in user coordinates.
Asp()
The aspect ratio of the plot is calculated as
w <- par("pin")[1] / diff(par("usr")[1:2]) h <- par("pin")[2] / diff(par("usr")[3:4]) asp <- w/h
Andri Signorell <andri@signorell.net>
Asp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.