Displaying 1 result from an estimated 1 matches for "concprofile_".
Did you mean:
concprofile
2011 Jun 15
1
animation error
...ello,
While running the following code I encountered a bit of a funny error.
First the code:
library(animation)
ani.options(convert = shQuote('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="C...