[R] Odp: R code

2011-12-01 Thread Petr PIKAL
Hi > > Hi everybody, > > I am unable to resolve this error using the following for loop. Would > appreciate help. The same loop works with for(i in 1:92) strangely. I > checked the .raw input file and everything is kosher, even Line 547 > mentioned in the error message. > > I wonder if there is

[R] Odp: r code to broaden the boarder of the bars of a histogram

2010-06-11 Thread Petr PIKAL
Hi Look at the source code. graphics:::plot.histogram You can find that boxes are actually drawn by rect So if you want to use standard graphics, you probably need to modify source code and set up your version of plot.histogram. Maybe with ggplot2 package you can find some way how to do what