powered by
Adjusts the proportion of extreme points to be labeled to the number of observations. It is the default of the ploption markextremes.
ploption markextremes
markextremes(n)
A scalar between 0 and 0.5
number of observations
Werner A. Stahel
The function simply applies ceiling(sqrt(n)/2)/n.
ceiling(sqrt(n)/2)/n
markextremes(20) for (n in c(10,20,50,100,1000)) print(c(n,markextremes(n)))
Run the code above in your browser using DataLab