R/afdm2afdms.R

Defines functions afdm2afdms

Documented in afdm2afdms

afdm2afdms <-
function(x,stage="adult",depth=3,catalog=TRUE,relative=TRUE,verbose=FALSE){
	method<-11
	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.