1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
\name{heightDetails.annotation_axis}
\alias{heightDetails.annotation_axis}
\title{
Height for annotation_axis Grob
}
\description{
Height for annotation_axis Grob
}
\usage{
\method{heightDetails}{annotation_axis}(x)
}
\arguments{
\item{x}{The \code{annotation_axis} grob returned by \code{\link{annotation_axis_grob}}.}
}
\details{
The physical height of the grob can be get by \code{convertWidth(grobHeight(axis_grob), "mm")}.
}
\examples{
# There is no example
NULL
}
|