Internal: Generate height and width of figure based on number of individuals.
getDim(ind = NA, units = NA, height = NA, width = NA, dpi = NA,
imgtype = NA, grplabheight = NA, labs = NA, plotnum = NA,
showindlab = FALSE, sharedindlab = TRUE)
A numeric indicating the number of individuals.
A character indicating the unit of dimension: "cm","mm","in".
A numeric indicating the height of each plot.
A numeric indicating the width of each plot.
A numeric indicating the resolution of the figure.
A character denoting image format. "png", "jpeg" or "pdf".
A numeric denoting the height of the label panel.
An integer denoting number of label groups.
A numeric indicating the number of plots in the figure.
A logical indicating of indlab is displayed.
A logical indicating if shared indlab is in use.
a vector with height and width.