R/plot.starts_uni.R

Defines functions plot.starts_uni

Documented in plot.starts_uni

## File Name: plot.starts_uni.R
## File Version: 0.03

plot.starts_uni <- function(x, ...)
{
    if (x$use_amh){
        plot(x=x$fit_LAM, ...)
    }
}

Try the STARTS package in your browser

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

STARTS documentation built on May 20, 2022, 1:08 a.m.