R/draw_latex.R

draw_latex = function(x,y) {

  cat(noquote(paste("(", paste(paste(x,y, sep = ","), collapse = ")--("), ")", sep = "")))

}
jalasalmi/MPoUM documentation built on May 21, 2019, 10:47 a.m.