R/AllGeneric.R

#' @export 
setGeneric("updateIndices", 
		function(obj,y,z)
			standardGeneric("updateIndices"))
#' @export 
setGeneric("getIndices",function(obj,y,...){
			standardGeneric("getIndices");
		})
#' @export 
setGeneric("initIndices", 
		function(obj)
			standardGeneric("initIndices"))

#' @export 
setGeneric("ncdfFlowSet", function(x,...) standardGeneric("ncdfFlowSet"))

#' @export 
setGeneric("ncfsApply",function(x,FUN,...,use.exprs=FALSE,ncdfFile=NULL)
			standardGeneric("ncfsApply"))    
#' @export 
setGeneric("unlink")

Try the ncdfFlow package in your browser

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

ncdfFlow documentation built on Nov. 8, 2020, 7:52 p.m.