search for: outfile3

Displaying 2 results from an estimated 2 matches for "outfile3".

Did you mean: outfile
2005 Jan 02
3
Recursively vcutting
...bout making one? So say I had a 60 min file (60mins.ogg) I'd like to issue a command something like > split outfilename 60mins.ogg 600 which would do a series of vcuts vcut outfile1.ogg tmpfile.ogg 60mins.ogg +600 vcut outfile2.ogg tmpfile2.ogg tmpfile.ogg +600 /bin/rm tmpfile.ogg vcut outfile3.ogg tmpfile3.ogg tmpfile2.ogg +600 /bin/rm tmpfile2.ogg ....... until it's reached the end of the file I'm not sure how to tell the script how long the file is, I'm sure it's possible with an awk on the output from ogginfo. anyway, any help with this would be much appreciated,...
2009 Apr 16
1
Plotting C++ output in R
...) { # Set the I from the for loop to max so we get an exit i<-1000 # set plot variable to 1 (Plot) plot<-1 } } #If the plot variable is one indicating plot the data if(plot==1){ #read the C++ model output for this run data<-read.table("c:\\rdata\\Outfile3.txt") #Plot the data plot(data[1:41,2],data[1:41,3],type="l",ylim=c(0,0.3),col="cyan",xlab="Years",ylab="Proportion HIV Infected",lwd=2) legend(x=0,y=0.08,leg.txt,fill = leg.cols) lines(data[1:41,2],data[1:41,4],col="blue",lwd=...