R/summary.foldermtg.R

Defines functions summary.foldermtg

Documented in summary.foldermtg

summary.foldermtg <- function(object, ...) {
  # Indices of the data frames containing the vertices with the values
  # of the corresponding features
  i.vertices <- which(!(names(object) %in% c("classes", "description", "features",
      "topology", "coordinates")))
  value <- lapply(object[i.vertices], summary)
  
  return(value)
}

Try the dad package in your browser

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

dad documentation built on Aug. 30, 2023, 5:06 p.m.