R/plot.csFSS.R

plot.csFSS <-
function (x, solno = NULL, ALLplotclust = TRUE, ALLplotscale = TRUE,
    sollabels=TRUE, 
    SNinc = 0, ...) 
{
    if (is.null(solno)) 
        plot(COEFbothscale(x), plotclust = ALLplotclust, plotscale = ALLplotscale, sollabels=sollabels, 
            ...)
    else {
        LCTSres(x, tsx = x$tsx, tsy = x$tsy, inc = SNinc, solno = solno, 
            ...)
    }
}

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.