search for: totmsr

Displaying 2 results from an estimated 2 matches for "totmsr".

Did you mean: tomar
2003 Dec 18
3
R GUI dies using postcript() in Windows XP Pro
...roduce the problem year <- c(1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002) avgMsr <- c(10.800000, 7.000000, 6.200000, 9.571429, 10.800000, 11.600000, 10.200000, 11.400000, 7.200000, 9.400000, 11.200000, 11.600000, 11.600000, 8.000000, 7.600000) totMsr <- 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 = "Lo...
2003 Dec 18
0
Re: [R] R GUI dies using postcript() in Windows XP Pro (PR#5910)
...- c(1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, >1998, 1999, 2000, 2001, 2002) > >avgMsr <- c(10.800000, 7.000000, 6.200000, 9.571429, 10.800000, >11.600000, 10.200000, 11.400000, 7.200000, 9.400000, 11.200000, >11.600000, 11.600000, 8.000000, 7.600000) > >totMsr <- 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 richnes...