R/print.csFSSgr.R

print.csFSSgr <-
function (x, ...) 
{
    cat("Class 'csFSSgr' : Graphics derived from csFSS obect:\n")
    cat("       ~~~~~  : List with", length(x), "components with names\n")
    cat("             ", names(x), "\n\n")
    cat("Contains scaling and hierarchical clustering solutions\n")
    cat("The contained csFSS object's details follow...\n")
    print.csFSS(x$x)
}

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.