R/Gline.R

Defines functions Gline

Documented in Gline

Gline <-
  function() {
    targetindex<-dev.cur() 
    targetindex<-recordPlot() 
    
    yo<-readline("Y ordinate for your goal line  " )
abline(h=yo,col="gray",lwd=3)

u<-readline("accept line? (y/n) ")
if (u=="n")
 
{replayPlot(targetindex)}

}

Try the SSDforR package in your browser

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

SSDforR documentation built on Nov. 24, 2023, 5:08 p.m.