R/errorplot.R

errorplot <-
function(main) {
  plot(0,main=main,xlim=c(0,1),ylim=c(0,1),xaxt="n",yaxt="n",xlab="",ylab="",pch=NA)
  text("not fitted",x=0.5,y=0.5)
}

Try the fitTetra package in your browser

Any scripts or data that you put into this service are public.

fitTetra documentation built on May 2, 2019, 3:52 p.m.