Displaying 2 results from an estimated 2 matches for "exendin".
Did you mean:
execdir
2010 Jun 11
2
Misplacement of Greek letter
...ok at it.
par(mar=c(8,8,4,4))
par(adj=.5)
par(font.lab=2)
barplot(c(5724.688,7290.7875), ylab=expression(paste(Delta,"AUC 45-200 min
\n(?g/ml * 155 min)"), xlim=c(0,1), width=0.16,
border="black",font.lab=2,cex.lab=2.1,cex.names=2, names.arg=c("Saline
\n(n=8)", "Exendin\n(9-39) (n=8)"),mgp=c(3,4,0), axisnames=TRUE,
ylim=c(0,10000), col=c('grey88','grey71'), axes=FALSE, lwd=2, space=.5)
axis(2, at=c("0", "2000", "6000","10000"), lwd=2, font=1.7,
pos=-.025,cex.axis=2)
abline(h=0, untf=FALSE, lty=1, lwd...
2010 Jun 10
1
Issues with Bar Graph
...relatively new at R and was having a few issues with the following
graph:
barplot(c(5724.688,7290.7875), ylab=expression(paste(Delta, "AUC 45-200 min
(?g/ml * 155 min)")), xlim=c(0,2), width=0.5,
border="black",font.lab=2,cex.lab=1.7, names.arg=c("Saline (n=8)", "Exendin
(9-39) (n=8)"), axisnames=TRUE, cex.names=1.7, ylim=c(0,9000),
col=c('grey88','grey71'), axes=FALSE)
axis(2, at=c("0", "2000", "4000", "6000", "8000","10000"), lwd=2, font=2,
pos=-.05,cex.axis=1.7)
abline(h=0, untf=F...