R/eventSummary.R

Defines functions eventSummary

Documented in eventSummary

eventSummary <- function(eventCount,data){
		###TODO:::Add error checking within R, before the R objects are sent to c++. REMOVE WHEN COMPLETE.
	res<-.Call("eventSummary",invector=eventCount,invectorTwo=data,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.