powered by
Adjusts the character size cex to number of observations
cex
charSize(n)
A scalar, defining cex
number of observations
Werner A. Stahel
The function simply applies min(1.5/log10(n), 2)
min(1.5/log10(n), 2)
charSize(20) for (n in c(10,20,50,100,1000)) print(c(n,charSize(n)))
Run the code above in your browser using DataLab