Internal: Generates various parameters required for plotting with labels.
getPlotParams(grplab = NA, plotnum = 1, labsize = NA, labangle = NA,
labjust = NA, pointsize = NA, linethick = NA)
A character vector of labels same length as number of individuals.
A numeric indicating the number of plots on the figure.
A numeric indicating the size of the labels.
A numeric indicating the angle/rotation of labels. 0 is horizontal while 90 is vertical.
A numeric indicating the justification of labels. Defaults to 0.5 if labangle=0 or 1 if labangle between 20 and 135.
A numeric indicating the size of points on label marker line.
A numeric indicating the thickness of the label marker line.
A list with following plot parameters: grplab, plotnum, labsize, labangle, labjust, pointsize, linethick.