R/plot.rtrf.R

Defines functions plot.rtrf

Documented in plot.rtrf

plot.rtrf <- function(x, theta = x$theta,
  xlab = expression(theta), ylab = "Total", main = "TRF",
  lwd = 2, ...) {

  plot.default(theta, x$p, 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.