R/plot.forensicbatwing.R

plot.forensicbatwing <-
function(x, ...) {
  plot(x$result[, 1], x$result[, 2], type = "l", main = "Traceplot", xlab = "Iteration", ylab = "Estimate of match probability")
  invisible(NULL)
}

Try the rforensicbatwing package in your browser

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

rforensicbatwing documentation built on May 1, 2019, 10:12 p.m.