You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kingaa
Here is a suggested example for the plot.R help page section for users on how to adjust label size.
Marguerite
#' @examples
#' data(bimac)
#' tree <- with(bimac,ouchtree(node,ancestor,time/max(time),species))
#' plot(tree, node.names=T) # plot tree with node numbers
#' tree@nodelabels[!is.na(tree@nodelabels)] <- paste("LongerSpeciesNames", 1:tree@nterm)
#' plot(tree) # long species names are small
#' plot(tree, text_opts = list(cex=1.5), margin=c(0,.4)) # fix by increasing right margin and font size
#'
The text was updated successfully, but these errors were encountered:
Hi @kingaa
Here is a suggested example for the plot.R help page section for users on how to adjust label size.
Marguerite
The text was updated successfully, but these errors were encountered: