R/beforeAfterMax.R

Defines functions beforeAfterMax

Documented in beforeAfterMax

beforeAfterMax <- function(eventCount, event_steps_till_max, event_length){
	res<-.Call("bamaximum",invector=eventCount,eventmax= event_steps_till_max,inevents=event_length,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.