R/afdm2wm.R

Defines functions afdm2wm

Documented in afdm2wm

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