R/html.end.R

.html.end <- function(file) {
  out <- '</body></html>'
  cat(out, file=file, append=TRUE)
}

Try the mcmcplots package in your browser

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

mcmcplots documentation built on May 2, 2019, 1:29 p.m.