R/lines.rief.R

Defines functions lines.rief

Documented in lines.rief

lines.rief <- function(x, theta = x$theta, lwd = 2,
  col = "r", ...) {

  col <- getcolors(col, ncol(x$e))

  for(i in 1:ncol(x$e))
    lines.default(theta, x$e[, i], lwd = lwd, col = col[i], ...)
}

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.