search for: plot7

Displaying 2 results from an estimated 2 matches for "plot7".

Did you mean: plot
2008 Nov 24
3
multiple plots in R
Hi, I just try to draw multiple plots in one page using R, I used par command. For example I have 7 plots, but instead of arranging them in the default way plot1 plot2 plot3 plot4 plot5 plot6 plot7 I want them in this order plot1 plot2 plot3 plot4 plot5 plot6 plot7 Could somebody tell me how to do this, please? Thanks so many. Suyan
2011 Feb 16
0
y-axis slightly cut-off after printing plots to tiff
Hi Folks, I'm hoping someone could help me a bit. I have plotted the following: ########################################### tiff("plot7.tiff",units="cm",width=15,height=36,res=700) layout(matrix(c(1,2,3,4,5,6),3,1),widths=lcm(c(15)),heights=lcm(c(12,12,12)),respect=TRUE) plot.t1<-plot(data.dist,flot1.bray.hell,xlab="",ylab="Bray-Curtis dissimilarity index",cex.lab=2,cex.axis=1.7,pch=20,cex=2,c...