Displaying 1 result from an estimated 1 matches for "afterdecomp".
2007 Nov 16
1
graphics - line resolution/pixelation going from R to windows metafile
...I've not been able to resolve with
R. If I make a series of regression estimates and then plot the estimated
function for the regression lines over a scatter plot of the data, e.g.,
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$c...