search for: beloitstudent

Displaying 6 results from an estimated 6 matches for "beloitstudent".

2010 Jun 05
1
Error Bar Issues
...and the y coordinates should be my Averages (aka Saline [2]) and my upper and lower limits to my confidence interval should be the SEM from Saline [3], but something is wrong with this and I cannot figure out what it is. If anyone has suggestions I would be very grateful. Thanks for your help! beloitstudent -- View this message in context: http://r.789695.n4.nabble.com/Error-Bar-Issues-tp2244335p2244335.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 13
1
Break in the y-axis
...quot;, "140", "160", "180", "200"), lwd=2, font=2, pos="-20", cex.axis=1.7) #####axis break axis.break(2, 20, style="slash") As you can see, my data does not fit my axis anymore. Any help with this problem would be fantastic. Thanks! beloitstudent -- View this message in context: http://r.789695.n4.nabble.com/Break-in-the-y-axis-tp2253205p2253205.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 11
2
Misplacement of Greek letter
Hello. I am trying to get my axis label to read as follows (The symbol) Delta AUC blah blah... then below it...(some other text) The problem is the Delta symbol shows up beside the "(some other text)" rather than the "AUC". Does any one know how I can get the Delta to remain beside AUC? Here is the actual command should you care to look at it. par(mar=c(8,8,4,4))
2010 Jun 10
1
Issues with Bar Graph
...he "mar" and "omi" but it doesn't seem to make any difference. 2) I can't seem to get the strwrap text wrapping command to work. I want to wrap both my names.arg and my y label. Is this possible? Any help or advise would be greatly appreciated. Thanks in advance! beloitstudent -- View this message in context: http://r.789695.n4.nabble.com/Issues-with-Bar-Graph-tp2249944p2249944.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 27
1
Issues with Legend symbols
Hello forum! I am currently having trouble getting R to recognize one of my pch characters. Here's what I have: legend(120, 40, c("SAL-arterial", "SAL-portal", "GLP-1-arterial", "GLP-1-portal"), bty="n", col=c("black"), pch=19:15:21:22, pt.bg="white", pt.cex=2:2:2:2, lty=1, lwd=2, text.col="black", cex=1.3) Now,
2010 Dec 18
1
Can I make my colnames bold?
Hello forum! As the subject indicates, I am trying to make a barplot and would like my column names to be in bold. Is this possible in R without having to make my column names in mtext? Any help would be much appreciated. The code I am using is as follows. par(mar=c(3,8,2,2)) par(adj=.5) par(font=2) par(oma=c(3,3,3,3)) par(xpd=TRUE) Blot<-matrix(c(25.2995, 0.7625, 25.6135, 36.5770,