R/angledist.R

`angledist` <-
function(distribution, distpars=NA){
	l <- list(distribution=distribution,chisq=NA, loglik=NA, AIC=NA,  distpars=distpars,
						fitmethod="Defined", fitdata = NA)
	class(l) <- "angledist"
	return(l)
}

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.