R/lines.fds.r

Defines functions lines.fds

Documented in lines.fds

lines.fds <- function(x, type = "l", index, ...)
{
   plot.fds(x=x, type = type, add = TRUE, index = index, ...)
}

Try the rainbow package in your browser

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

rainbow documentation built on May 29, 2024, 5:52 a.m.