R/summary.TextGridIntervalTier.R

summary.TextGridIntervalTier <- function(x){
  cat("IntervalTier Name: ")
  cat(attributes(x)$name)
  cat("\n")
  cat("IntervalTier Start Point: ")
  cat(attributes(x)$xmin)
  cat("\n")
  cat("IntervalTier End Point: ")
  cat(attributes(x)$xmax)
  cat("\n")
  cat("\n")
}
jpellman/textgridR documentation built on May 19, 2019, 10:44 p.m.