R/plot.rtif.R

Defines functions plot.rtif

Documented in plot.rtif

plot.rtif <- function(x, theta = x$theta,
  xlab = expression(theta), ylab = "Information",
  main = "TIF", lwd = 2, ...) {

  plot.default(theta, x$pq, xlab = xlab, ylab = ylab,
    main = main, type = "l", lwd = lwd, ...)
}

Try the Rwinsteps package in your browser

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

Rwinsteps documentation built on May 2, 2019, 1:08 p.m.