R/RMtext.R

Defines functions RMtext

Documented in RMtext

RMtext <-
function(textx,x,y){
  
  #targetindex<-dev.cur() 
  #targetindex<-recordPlot() 
  
  
  text(x,y,c(textx),cex=.9)
  #u<-readline("accept text? (y/n) ")
  #if (u=="n")

  #{replayPlot(targetindex)}
  
    
   
    #ab<-NULL
  #ab<<-recordPlot()
  
}

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.