Displaying 1 result from an estimated 1 matches for "nglucose".
Did you mean:
glucose
2010 Jun 13
1
Break in the y-axis
...uot;))
####plotted data with error bars
plotCI(x=Saline [,1],y=Saline [,2], uiw=Saline [,3], err="y",
pt.bg=par("bg"),pch=19, cex=2.5 ,gap=0, sfrac=0.005,
xlim=c(-20,340),xaxp=c(-20,320,12), xlab="Time (min)",
ylim=c(0,200),yaxp=c(0,200,10), ylab="Arterial Plasma\nGlucose (?g/mL)",
las=1, axes=FALSE, font.lab=2.2,cex.lab=1.6)
plotCI(x=Ex [,1],y=Ex [,2], uiw=Ex [,3], err="y",pt.bg="white",pch=21,
col="black",cex=2.5 ,gap=0, sfrac=0.005, xlim=c(-20,340),xaxp=c(-20,320,12),
xlab="Time (min)", ylim=c(0,200), yaxp=c(0,200...