R/preEventSummary.R

Defines functions preEventSummary

Documented in preEventSummary

preEventSummary <- function(eventCount,data,stepsBefore){
	res <- .Call("preEventSummary",invector=eventCount,invectorTwo=data,hoursBefore=stepsBefore,PACKAGE="hydroEFS")
	return(res)
}

Try the hydroEFS package in your browser

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

hydroEFS documentation built on May 2, 2019, 4:58 p.m.