R/doMYBUTTS.R

Defines functions `doMYBUTTS`

`doMYBUTTS` <-
function(butt="",clicks=NULL, x=NULL)
  {

    message(paste(sep=' ', "Hi there you dummy", butt))
    message(clicks)
    
    if(identical("MED", butt) )
          {
            message(median(x))
          }
    if(identical("AVE", butt) )
          {
            message(mean(x))
          }
    if(identical("MIN", butt) )
          {
            message(min(x))
          }

    
  }

Try the RSEIS package in your browser

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

RSEIS documentation built on May 29, 2024, 11:04 a.m.