Try this:

l <- layout(matrix(c(1, 2, 1, 3), 2))
layout.show(l)

On Thu, Aug 28, 2008 at 9:40 AM, Jose Luis Aznarte M. <
[EMAIL PROTECTED]> wrote:

>   Hi! I want to plot three graphs (residuals, ACF and PACF of a model).
> Ideally I would use a c(2,2) disposition where the residuals plot would
> start at position 1,1 and span to position 1,2. Then I would plot the ACF in
> position 2,1 and the PACF in position 2,2. Maybe is clearer like this:
>
> --------------------------
> |                        |
> |       residuals        |
> |                        |
> --------------------------
> ------------ -------------
> |          | |           |
> |    ACF   | |   PACF    |
> |          | |           |
> ------------ -------------
>
> Does anyone know if that is possible at all? Cheers!
>
> --
> --                                                      --
> Jose Luis Aznarte M.       
> http://decsai.ugr.es/~jlaznarte<http://decsai.ugr.es/%7Ejlaznarte>
> Department of Computer Science and Artificial Intelligence
> Universidad de Granada           Tel. +34 - 958 - 24 04 67
> GRANADA (Spain)                  Fax: +34 - 958 - 24 00 79
>
> ______________________________________________
> 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.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
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