search for: sc1929

Displaying 1 result from an estimated 1 matches for "sc1929".

2006 Aug 20
3
plot problem
Hello. I'm pretty much new to R and I'm trying to produce some figures. It seems to me, that R has some asynchronous way of plotting figures. When I run this code: #constructs the semivariogram of SC1929 vgm1 <- variogram(SC1929~1,~U+V,puerto.map$att.data) # trying to make new plot dev.set(which=dev.next()) plot(vgm1) title(main="Semivariogram",font.main=4) dev.copy2eps(file="fig2.eps",horizontal=T) dev.off() R complains that Error in title(main = "Semivariogram",...