[R] strange plots with type = "h" option

Gregory Snow Greg.Snow at intermountainmail.org
Wed Nov 30 19:22:47 CET 2005


Look at ?par specifically at the 'lend' argument.

You probably want to do:

par(lend=1)

Before doing your plot.

-- 
Gregory L. Snow Ph.D.
Statistical Data Center, IHC
greg.snow at ihc.com
(801) 408-8111
 
 

> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch 
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Owen, Jason
> Sent: Wednesday, November 30, 2005 10:15 AM
> To: r-help at stat.math.ethz.ch
> Subject: [R] strange plots with type = "h" option
> 
> Hello,
> 
> With the new version 2.2.0, I get strange plots when using 
> the histogram-like option in plot().  For example, a plot of binomial
> probabilities:
> 
> > plot(0:10,dbinom(0:10,10,.1), type = "h", lwd = 30)
> 
> gives me weird fat cirular bars, with mass out at values with 
> low probability.  What is the issue here?  This never 
> happened with earlier versions.
> 
> R on Windows XP SP 2
> Intel processor
> 
> Jason
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list