R/toLatex.semtree.R

Defines functions toLatex.semtree

Documented in toLatex.semtree

toLatex.semtree <-
function(object, alternative.edge.labels=TRUE,root=NULL,
	 prev_node=NULL, latex.mapping=NULL,parameter.names=NULL, stars=FALSE, linewidth=1,
	 dash.threshold=1,ci=FALSE,sd=FALSE, parameter.order=NULL, ...)
{
	return(render_tree(object, TRUE,alternative.edge.labels,NULL,NULL,latex.mapping, 
		parameter.names, stars, linewidth,dash.threshold,ci,sd,parameter.order));	
}

Try the semtree package in your browser

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

semtree documentation built on Nov. 26, 2023, 5:07 p.m.