R/n2afdm.R

Defines functions n2afdm

Documented in n2afdm

n2afdm <-
function(x,stage="adult",depth=3,catalog=TRUE,relative=TRUE,verbose=FALSE){
	method<-22
	return(aqaconvert(x,stage=stage,depth=depth,method=method,catalog=catalog,relative=relative,verbose=verbose))
	
}
janhoo/benthos documentation built on May 21, 2019, 7:54 a.m.