| getAspectRatio | R Documentation |
Get aspect information of a ggplot
getAspectRatio(p)
p |
A ggplot object |
p<-ggplot2::ggplot(data=mtcars,ggplot2::aes(x=.data$wt,y=.data$mpg))+ggplot2::geom_point()
getAspectRatio(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.