R/summary.strat.column.R

"summary.strat.column" <-
function(object, ...){
  if(is.strat.column(object)){
    str(object)
  }else{
    stop('this object is not of class strat.column')
  }
} # End of function

Try the stratigraph package in your browser

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

stratigraph documentation built on May 30, 2017, 12:31 a.m.