#uncomment for usage
##load data
#data(ExampleData.BINfileData)
##plot all curves from the first position to the desktop
#pdf(file="~/Desktop/CurveOutput.pdf",paper="a4", height=11, onefile=TRUE)
##example - load from *.bin fiel
#BINfile<-"[your path]"
#BINfileData<-readBIN2R(BINfile)
#par(mfrow=c(4,3), oma=c(0.5,1,0.5,1))
#plot_BINfileData(BINfileData,position=1)
#mtext(side=4,BINfile,outer=TRUE,col="blue", cex=.7)
#dev.off()Run the code above in your browser using DataLab