search for: zd0dc

Displaying 1 result from an estimated 1 matches for "zd0dc".

2005 Dec 16
2
multiple plots per page
...mfrow(3,3) in the script below: jpeg("xyplot.jpg") #names output file my_args <- commandArgs() #sets up to take args from dos batch command mfcol(3,3) #set page for 3X3 TEMPS <- c(-15,25,85)#list of temps VBATS <- c(3,3.6,4.7)#list of Bats BOARDS <- c("YZ0DC","ZD0DC","0E0DC","2E0DC","3E0DC")#list of boards #load the xtal data into "all" with formatting for memory saving all <- read.csv(my_args[3], colClasses=c('factor', rep('integer',3),'numeric', 'numeric', 'numeric', '...