R/do.transitions.exist.R

do.transitions.exist <-
function(transpoints){
			if(length(transpoints) == 0){valid <- FALSE}else{valid <- TRUE}
			return(valid)
			}

Try the cyphid package in your browser

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

cyphid documentation built on May 2, 2019, 2:41 a.m.