R/carbohydr2dm.R

Defines functions carbohydr2dm

Documented in carbohydr2dm

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