search for: graph5

Displaying 4 results from an estimated 4 matches for "graph5".

Did you mean: graph
2008 Jan 30
2
Concatenate xyplots
Dear R-community, I created 5 different xyplots and graphed all of them with the print command on one page (e.g. print(graph1, split=c(1,1,1,5), more = T) ... print(graph5, split=c(1,5,1,5), more =T) Using the above commands separates each graph by a white space. However, since the graphs do share the same x-axis, I was wondering if there is a way to concatenate graph1 through 5 so that the white space disappears? Thanks for your time and help Best, Jan *...
2012 Feb 07
3
Lattice - different axis length
...he control of the x-axis length in the different panels. I use the following code to make the stacked barchart: barchart(country ~ climatechangefocalpoint + meteorologyservice + adaptationorvulnerability + cdmcarbonmarkets + energy + aviationmaritimetransport + forestry + pressofficer|period, data=graph5, as.table=T, xlim=c(0,150), layout=c(3,1), par.strip.text=list(cex=1.5), scales = list(alternating = 3, cex=1.2, tick.number=5), xlab="", col=c("grey15","grey75","grey30","grey90","...
2010 Nov 10
1
Extending a plot in a loop
...if(i < 101) next radiation.data <-read.table(x[i], header = TRUE,sep = ",", quote = " ", dec = ".") attach(radiation.data) plot(i*Hour*60+Minute,PAR_avg,main="PAR",xlab="Hour",ylab="Par") dev.print(device=postscript, "C:/graph5.eps", onefile=FALSE, horizontal=FALSE) } The plot I see is the last file's plot, I don't know how to keep previous data and continue within the same plot. -- Sincerely Nasrin Pak [[alternative HTML version deleted]]
2010 Nov 16
1
Extending a plot in a loop (With attachment)
...if(i < 101) next radiation.data <-read.table(x[i], header = TRUE,sep = ",", quote = " ", dec = ".") attach(radiation.data) plot(i*Hour*60+Minute,PAR_avg,main="PAR",xlab="Hour",ylab="Par") dev.print(device=postscript, "C:/graph5.eps", onefile=FALSE, horizontal=FALSE) } The plot I see is the last file's plot, I don't know how to keep previous data and continue within the same plot. * I have attached a sample of the data to this email. -- Sincerely Nasrin Pak -- Sincerely Nasrin Pak