search for: plot_concprofile_sp

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

2011 Jun 15
1
animation error
...Quote('C:/Program Files/ImageMagick-6.7.0-Q16/convert.exe')) plot.ani<-function() { for (ts in 1:730){ dat<-read.table(paste("c:/temp/ConcProfile_",ts,".txt",sep=""), header=T,sep='\t') #tiff(paste("c:/temp/Plot_ConcProfile_sp",ts,".tif",sep=""),height=800,width=600,res=130) plot(dat$Conc[1:200],rev(dat$Depth[1:200]),type="l",xlab="Conc.",ylab="Depth", yaxt="n",col="blue",lwd=2,xlim=c(0,120)) axis(side=2,at=seq(0,200,by=25),label...