diff --git a/R/plot_internal.R b/R/plot_internal.R index 53421e7..8f62abe 100644 --- a/R/plot_internal.R +++ b/R/plot_internal.R @@ -561,6 +561,7 @@ NULL # Box size in inches boxsize = symbolsize * min(ht1, ht2, wd1, wd2) + # Autoscale if too small if(autoScale && boxsize < minsize) { if(minsize > ht2 | cex < 0.2) stop2("autoScale error: `minsize` is too large for the current window") diff --git a/man/internalplot.Rd b/man/internalplot.Rd index cf84413..4813910 100644 --- a/man/internalplot.Rd +++ b/man/internalplot.Rd @@ -189,8 +189,8 @@ explicitly. Rarely needed by end users.} \item{vsep2}{A logical; for internal use.} -\item{autoScale}{A logical. It TRUE, an attempt is made to adjust \code{cex} so that -the symbol dimensions are at least \code{minsize} inches. Default: FALSE.} +\item{autoScale}{A logical. It TRUE, an attempt is made to adjust \code{cex} so +that the symbol dimensions are at least \code{minsize} inches. Default: FALSE.} \item{minsize}{A positive number, by default 0.15. (See \code{autoScale}.)}