search for: coir

Displaying 3 results from an estimated 3 matches for "coir".

Did you mean: coin
2013 Feb 26
1
Getting the correct factor level as Dunnett control in glht()
...e a place to enter a base level? I have not had any luck with this question looking at online documentation. Is the book for multcomp a good reference? Thanks to Dalgaard's book, I was able stumble through reordering the data. >levels(petunia$Container) [1] "bioplastic" "coir" "cow" "fertil" "net" "peat" "plastic" "rice" "soilwrap" [10] "straw" >petunia$Container <- factor(petunia$Container,levels(petunia$Container)[c(7,1:6,8:10)]) >petuni...
2003 Dec 18
3
R GUI dies using postcript() in Windows XP Pro
...t;- c(19, 17, 13, 24, 17, 17, 21, 18, 13, 15, 19, 18, 21, 15, 11) postscript(file="invert.eps", onefile=FALSE, horizontal = FALSE, pointsize = 8) op <- par(mar = c(3,4,1.5,1)+0.1,font.main=16,tcl=-0.2) plot(x = year, y = avgMsr, ylab = "Species richness", main = "Loch Coire nan Arr", axes = FALSE, ylim = c(0,25), xlim = c(1988,2002)) axis(2, las=1) axis(1) lines(x = year, y = avgMsr) points(x = year, y = totMsr , col = "black", pch = 19, type = "o") lines(x = year, y = totMsr) box() par(op) dev.off() -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%...
2003 Dec 18
0
Re: [R] R GUI dies using postcript() in Windows XP Pro (PR#5910)
..., 17, 21, 18, 13, 15, 19, 18, 21, 15, 11) > >postscript(file="invert.eps", onefile=FALSE, horizontal = FALSE, >pointsize = 8) > >op <- par(mar = c(3,4,1.5,1)+0.1,font.main=16,tcl=-0.2) >plot(x = year, y = avgMsr, ylab = "Species richness", main = "Loch Coire >nan Arr", axes = FALSE, ylim = c(0,25), xlim = c(1988,2002)) >axis(2, las=1) >axis(1) >lines(x = year, y = avgMsr) >points(x = year, y = totMsr , col = "black", pch = 19, type = "o") >lines(x = year, y = totMsr) >box() >par(op) >dev.off()