R/ftheta.R

Defines functions ftheta

Documented in ftheta

# Vectorized version of fthetaf
ftheta <- function(distpars=NA, ...){
	res <- mapply(fthetaf, ..., MoreArgs=list(distpars=distpars))
return(res)
}

Try the LeafAngle package in your browser

Any scripts or data that you put into this service are public.

LeafAngle documentation built on May 29, 2017, 8:32 p.m.