R/distanceBetweenEvents.R

Defines functions distanceBetweenEvents

Documented in distanceBetweenEvents

distanceBetweenEvents <- function(eventCount){
	res <- .Call("distance",invector=eventCount,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.