R/cextremos.R

cextremos <-
function(nval) {
            vmax<-0
            vmin<-0 
            if (nval>500)  nval <- 500    
            valores= .Fortran("extremosbaroni",as.integer(nval), 
                                   vmax=as.double(vmax), vmin=as.double(vmin)) 
            return(list(vmin=valores$vmin,vmax=valores$vmax))
            }

Try the RMacoqui package in your browser

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

RMacoqui documentation built on May 2, 2019, 5:37 p.m.