R/print.profile.data.frame.R

Defines functions print.profile.data.frame

Documented in print.profile.data.frame

print.profile.data.frame <-
function(x, ...) {
  class(x) <- 'data.frame'
  print(x, ...)
}

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.