R/active.R

Defines functions activelf activelfandbf isthereanRFD

Documented in activelf activelfandbf isthereanRFD

activelf <- function(){
  activeDataSetP() && inherits(justDoIt(activeDataSet()),'lfobj')
} 

  

activelfandbf <- function(){
  if( activelf()) {"baseflow" %in% Variables()}else(FALSE)
}

isthereanRFD <- function(){
  alle <- objects(envir=.GlobalEnv)
  b <- NULL
  for(ii in alle){
   b[ii] <- inherits(get(ii),"rfd")
  }
  any(b)
  }
    

Try the RcmdrPlugin.lfstat package in your browser

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

RcmdrPlugin.lfstat documentation built on May 2, 2019, 11:43 a.m.