search for: prophatchednests

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

2009 Jul 01
0
help with superscripts in simple plots
Hello All, When I use the following lines of code to create a plot and add labels with R-square values the labels have a superscripted R2. library(lattice) xyplot(PropHatchedNests$Phatched + PropHatchedNests$PropNests + PropHatchedNests$meanHSI + PropHatchedNests$RelMeanEggsNest ~ PropHatchedNests$Year, type = "b", scales=list(tick.number=length(PropHatchedNests$Year)), ylab="Score", xlab="Year", pch=c(1,4,5), col= c("black","...
2009 Aug 31
1
Problem with R.2.9.2 Plot functions
Hello, Last week I installed ver 2.9.1 and it worked fine. This morning I have been working on some simple schemes, plot(PropHatchedNests$Phatched, PropHatchedNests$MEAN) abline(lm(PropHatchedNests$Phatched, PropHatchedNests$MEAN)) This oddly produces a box and whiskers plot. I uninstalled 2.9.1 and installed 2.9.2 and ran the same commands. Same output. Is anyone else experiencing this conflict between bwplot and plot ? I'...