> I played around with your suggestions to change the appearance of my 
graph,
> but there is still a problem I could not fix.
> The vector, which I want to plot, contains 60 entries. After 3 bars I 
want
> to have a large gap
> between the next 3 bars. But what always happens is, that R took at the
> beginning just 2 bars
> and then always 3 bars ending up with one bar at the end.
> So I have created a new vector v <- c(0,0,vectorToPrint) plotting this
> vector with the following
> command: barplot(v, space=rep(c(0,0,2)) ). It works but getting always 
some
> warning messages.
> Instead of 0,0 I tried as well NA, NA but same result. So is there a way 
to
> achieve that without
> warning messages?

Seeing as it's late on a friday afternoon, could you give us a fighting 
chance of helping you by 
1) providing enough code to reproduce the problem, and
2) telling us what the warning said.
(As per the posting guide.)

Regards,
Richie.

Mathematical Sciences Unit
HSL


------------------------------------------------------------------------
ATTENTION:

This message contains privileged and confidential inform...{{dropped:20}}

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

Reply via email to