search for: minidataset

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

Did you mean: midataset
2009 Apr 08
1
how to adjust titles on sub-plots in levelplot / contour plot?
Hello, I have a (relatively long) function script that generates a levelplot. I don't want to include all of the code, so I have attached in file "miniDataSet.csv" an example for the data set "miniDataSet" that is called below. The function works OK, except that when the variables in the "splitCol" column get very large (as they are in this data set I have attached), it cannot print the whole thing in the "trellis subplo...
2009 Jan 02
1
How to capture multiple graph pages to .png ?
...bit for if(!is.na(plotFileName)) { print(paste("Saving Zonal plot to file ",plotFileName,".png",sep="")) print("(To display instead, do not pass any 'plotFileName' argument to cro.zone.plot function.)") maxLayout <- c(0,length(unique(miniDataSet$splitCol))) png(filename = paste(as.character(plotFileName),".png",sep=""),width=(1.2*plotSize*(maxLayout[2]^(1/3))), height=(plotSize*(maxLayout[2]^(1/3)))) } else { devAskNewPage(ask = TRUE) maxLayout <- c(0,min(16,length(unique(miniDataSet$splitCol)))...