nsh87 / receptormarker

Source for 'receptormarker' package for R: antibody receptor and phenotypic marker analysis
http://receptormarker.com
BSD 2-Clause "Simplified" License
4 stars 9 forks source link

Reduce size of cluster membership plot's outliers #30

Closed nsh87 closed 8 years ago

nsh87 commented 9 years ago

It can be very hard to read plots with such large dots for the outliers. They're outliers, but they take over, and it's hard to see the bars, which are really the important part. Can the size of them be reduced (significantly)?

screen shot 2015-07-19 at 10 46 06 pm

nsh87 commented 9 years ago

Should be as simple as outlier.size=1 or 0.5 as extra argument to clust_boxplot's call to qplot.

nsh87 commented 9 years ago

Note: it's possible to pass additional arguments to qplot. I marked this as Enhancement since this can be done by passing the argument, but I think reduced size might be a sensible default.