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
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
2 matches
Mail list logo