Re: [R-br] Multiplots usando lattice

2016-05-13 Por tôpico Edson Lira
Não sei se vai funcionar no lattice.Use: par(mfrow=c(2,2))  Edson Lira Estatístico  Manaus-Amazonas Em Sexta-feira, 13 de Maio de 2016 9:33, Éder Comunello escreveu: Marcos, Tentou adicionar o argumento more=T nas instruções print de de g2 e g3?

Re: [R-br] Multiplots usando lattice

2016-05-13 Por tôpico Éder Comunello
Marcos, Tentou adicionar o argumento more=T nas instruções print de de g2 e g3? ​ Éder Comunello Agronomist (UEM), MSc in Environ. Sciences (UEM) DSc in Agricultural Systems Engineering (USP/Esalq) Brazilian Agricultural Research Corporation

Re: [R-br] Multiplots usando lattice

2016-05-13 Por tôpico Thiago V. dos Santos
library(gridExtra) grid.arrange(g1,g2,g3,g4, ncol=2, nrow=2) Greetings, -- Thiago V. dos Santos PhD student Land and Atmospheric Science University of Minnesota On Thursday, May 12, 2016 10:26 PM, salah wrote: Olá Marcos Talvez este exemplo lhe ajude

Re: [R-br] Multiplots usando lattice

2016-05-12 Por tôpico salah
Olá Marcos Talvez este exemplo lhe ajude library(lattice) # Data w <- as.matrix(dist(Loblolly)) x <- as.matrix(dist(HairEyeColor)) y <- as.matrix(dist(rock)) z <- as.matrix(dist(women)) # Plot assignments pw <- levelplot(w, scales = list(draw = FALSE)) # "scales..." removes axes px <-

[R-br] Multiplots usando lattice

2016-05-12 Por tôpico marcos paulo
Pessoal estou querendo plotar 4 gráficos na mesma janela gráfica,usando o pacote lattice pra confecção desses plots. Porém não estou conseguindo colocar mais que dois na mesma janela, usando a função print. Segue exemplo: g1<- xyplot(NDVI~DAE|Cultivar, data=dados, col=1, layout=c(5,1),