R/plot.csBiFunction.R

plot.csBiFunction <-
function (x, ...) 
{
    n <- length(x$alpha)
    plot(1:n, x$alpha, type = "l", ylab = "Functions", xlab = "Time", 
        ...)
    lines(1:n, x$beta, lty = 2)
}

Try the costat package in your browser

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

costat documentation built on Sept. 8, 2023, 5:18 p.m.