R/summary.profile.data.frame.R

Defines functions summary.profile.data.frame

Documented in summary.profile.data.frame

summary.profile.data.frame <-
function(object, ...) {
  class(object) <- 'data.frame'
  summary(object, ...)
}

Try the soilprofile package in your browser

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

soilprofile documentation built on May 29, 2017, 10:50 p.m.