R/id.non.0.r

#' @export

id.non.0 <- function(x) {
	#function to find out the number of eating fish needed for apply function
		a <- sum(x>0)
		return(a)	
	}
AMCOOK/FoodHabits documentation built on May 5, 2019, 11:34 a.m.