danielwilhelm / R-CS-ranks

R package implementing confidence sets for ranks
https://danielwilhelm.github.io/R-CS-ranks/
GNU General Public License v3.0
5 stars 1 forks source link

hotfix when plot is used with non default indices #41

Closed MrDomani closed 9 months ago

MrDomani commented 9 months ago

plotranking implicitly assumed, that the observations passed are the whole population. Which is not the case, when user uses csranks(..., indices=<custom-indices>). This fixes the behaviour.