Hi Shane, On Fri, Jun 7, 2013 at 10:36 AM, Shane Carey <careys...@gmail.com> wrote: > Hi, > > Does anybody know how to increase boxplot outlier symbol size? And also the > line from min/max to outlier
If you read the help for boxplot, it will send you to the help for bxp for more information on custom plotting. ?bxp will offer you a vast array of possibilities, including: whisklty, whisklwd, whiskcol: whisker line type (default: ‘"dashed"’), width, and color. outlty, outlwd, outpch, outcex, outcol, outbg: outlier line type, line width, point character, point size expansion, color, and background color. accompanied by reproducible examples. Sarah -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.