R/plotnonp.R

Defines functions plotnonp

Documented in plotnonp

plotnonp <- function(data, x = 2, y = c(3, 4, 5, 7, 8),
  lty = c(1, 3, 2, 2, 3), cols = NULL, month = NULL, year = NULL,
  step = 12, ...)
{
  plot2d(x = data, c.select = c(x, y), col.lines = cols, lty = lty,
    month = month, year = year, step = step, ...)
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Oct. 20, 2023, 3:01 p.m.