search for: spec_con

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

Did you mean: spec_cons
2011 Jul 19
1
Lattice plot problem outputting to jpeg
...Access Policy\\AccessDAPlots_1.pdf") #png("Z:\\My Documents\\PROJECTS\\Access Policy\\AccessDAPlots_1.png") #tiff("Z:\\My Documents\\PROJECTS\\Access Policy\\AccessDAPlots_1.tiff") while (irec <= nrec) { con_new<-consultants[irec] spec_new<-specialty[irec] spec_cons_new<-spec_cons[irec] if (spec_cons_new!=spec_cons_old || irec==nrec ) { strip_name[con_count]<-paste(spec_old,'\n',con_old) if (spec_new!=spec_old || irec==nrec) { spec_old<-spec_new } con_count<-con_count+1 if (con_count > 36 ||...