Gets the height for an x-axis object
A function that gets the height of an xaxisGrob
.
It is for some reason not included by default in the grid-package.
## S3 method for class 'xaxis' heightDetails(x)
x |
The |
grid::unit
A unit
object
library(grid) grid.newpage() xg <- xaxisGrob(c(1:3)) convertY(grobHeight(xg), "lines")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.