R/latex_escape.R

Defines functions latex_escape

latex_escape <-
function(s)
{
	return(paste("$",s,"$"));
}
brandmaier/semtree documentation built on April 18, 2024, 3:24 a.m.