R/html.end.R

.html.end <- function(file) {
  out <- '</body></html>'
  cat(out, file=file, append=TRUE)
}
s-mckay-curtis/mcmcplots documentation built on May 31, 2019, 5:13 p.m.