[R] Legend best position

2009-04-29 Thread Christian Bustamante
Hi all,

I'm doing a lot of plots and all of them should have a legend. The
problem is that this legend not always have to be in the same place,
because some plots can override the legend box. I'm wondering if there
exist a command that optimally allocate the legend position, I'm
refer to a MATLAB's command'slegend and it's option Best. Exist?
What is?

Bests regards

-- 
CdeB

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


[R] Conditional plot labels

2009-04-26 Thread Christian Bustamante
Hi all,
I'm trying to do multiple graphs in a window like this:

___  ___   ___
ylab  |__|  |__|   |__|
___  ___   ___
ylab  |__|  |__|   |__|
___  ___   ___
ylab  |__|  |__|   |__|
 xl xl xl

If I try to put the labels manually, some graphs become smaller than
other and the output is really ugly.
In the thread title I put the word conditional because I'm trying to
do a function, and in that function I want to print ylabels if the
plot positions is at first column of the graph matrix, and xlab if the
position is at last row of matrix.

How can i achive this two things?

Thanks for your help

-- 
CdeB

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


[R] How to create a graph layout?

2009-04-26 Thread Christian Bustamante
I all,
I want to create a graph layout in a 3x3 matrix like this:

ylab  |__|  |__|   |__|
   ___  ___   ___
ylab  |__|  |__|   |__|
   ___  ___   ___
ylab  |__|  |__|   |__|
xl xl xl

With this layout, then I'll insert the 9 plots. How ca I create it?


-- 
CdeB

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