For example :

x=matrix(1:10,2,5)
barplot(x,besid=T)
legend("topleft", c("left","right"), density= c(0,1000))


2006/10/13, Ingmar Visser <[EMAIL PROTECTED]>:
>
> Dear useRs,
>
> I'm trying to create a barplot like so:
>
> x=matrix(1:10,2,5)
> barplot(x,leg=c("left","right"),besid=T)
>
> The legend is placed in default position topright, however the data are
> plotted there too. I tried controlling the legend position by adding
> x="topleft" but this results in an error that x matches multiple formal
> arguments.
>
> Leaving out the legend and making a separate call to legend leaves out the
> colors of bars ...
>
> Please advice, Ingmar
>
> ______________________________________________
> R-help@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
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
David

        [[alternative HTML version deleted]]

______________________________________________
R-help@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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to