Displaying 1 result from an estimated 1 matches for "xplotbsk64deg1".
2007 Nov 16
1
graphics - line resolution/pixelation going from R to windows metafile
....,
using a sequence of plot( ) and lines ( ) similar to those below
plot(dep12spp13ph1$DAYSWETm2,dep12spp13ph1$AFTERDECOMP,pch=dep12spp13ph1$spp,cex=0.75,ylab="Proportion
of biomass after leaching", xlab="Number of days in
wetland",xlim=c(0,250),ylim=c(0,1))
xplot<- 0:243
xplotbsk64deg1<-bs(xplot,knot=62,degree=1,Boundary.knots=c(0,243))
lines(xplot,exp(xplotbsk64deg1 %*%
ph1.decomp.75.bs$coef[c(1,2)]),col="blue")
lines(xplot,exp(xplotbsk64deg1 %*%
ph1.decomp.75.bs$coef[c(3,4)]),col="red")
and then attempt to copy the resulting graph from R graph window i...