[R] increase outlier size on boxplot

2013-06-07 Thread Shane Carey
Hi,

Does anybody know how to increase boxplot outlier symbol size? And also the
line from min/max to outlier

Thanks

-- 
Shane

[[alternative HTML version deleted]]

__
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.


Re: [R] increase outlier size on boxplot

2013-06-07 Thread Sarah Goslee
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.


Re: [R] increase outlier size on boxplot

2013-06-07 Thread Shane Carey
Great, thanks Sarah


On Fri, Jun 7, 2013 at 3:46 PM, Sarah Goslee sarah.gos...@gmail.com wrote:

 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




-- 
Shane

[[alternative HTML version deleted]]

__
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.