R/toLatex.semtree.R

Defines functions toLatex.semtree

Documented in toLatex.semtree

#toLatex <- function(object, ... ) UseMethod("toLatex")

#toLatex.default <- utils::toLatex

#' @exportS3Method 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));	
}
brandmaier/semtree documentation built on April 12, 2024, 11:08 p.m.