Displaying 1 result from an estimated 1 matches for "gielog".
Did you mean:
dialog
2009 Dec 31
1
How to interpret some diagnostic output
...>=\"", year, "-", i, "-01\" and ", sep="")
if (i == 12) year<-fc_year+1 else year<-fc_year
fc_date <- paste(fc_date,bfc,"<\"",year,"-",nmon[i],"-01\" and ",sep="")
fc_res<-dbSendQuery(gielog, paste(bfc_head,fc_date,bfc_PM,bfc_tail))
dat<-fetch(fc_res, n=-1)
attach(dat)
lst<-c(lst,list(sugar))
}
boxplot(lst,
main=paste(am_pm, fc_year),
mai=c(.5,.5,.5,.3),
axis=FALSE,
ylab="Glucose", xlab="Month")
axis(2,seq(40,200,by=10))
axis(4,seq(40,200,by=10))
axis(1...