R/summary.Mtabs.R

Defines functions summary.Mtabs

Documented in summary.Mtabs

summary.Mtabs <-
function(object,...,range=NULL) {
     o.Mt<- object
     test<- is.null(range) 
     if(test == TRUE) range<- c(1,ncol(o.Mt$centroids))
     print(t(o.Mt$centroids[,range[1]:range[2]]),quote=FALSE)
     }

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.