HI to you all! I have problem with quilt.plot....this is the code: quilt.plot(long_gridded,lat_gridded,d18O_gridded,nrow=n,ncol=m,xaxt='n',yaxt='n',xlab=NA, ylab=NA,breaks=seq(d18O_gridded_1,d18O_gridded_2,length.out=number_colors),col=col,horizontal=FALSE,nlevel=number_colors - 1,legend.args=list(quote(delta^18*O~("â°")),col="black",cex=0.8,side=3,line=1)) title(xlab=quote(longitude ~ (NA^o))) axis(1,las=1,lwd=0,lwd.ticks=1.0) title(ylab=quote(latitude ~ (NA^o))) axis(2,las=2,lwd=0,lwd.ticks=1.0)
Namely, when I want to execute this code it does not plot it and it does not give any error message. Therefor I don`t even know what could be wrong. Thanks for your help!!! Â Tamara [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.