R/tail.profile.data.frame.R

Defines functions tail.profile.data.frame

Documented in tail.profile.data.frame

tail.profile.data.frame <-
function(x, ...) {
  class(x) <- 'data.frame'
  tail(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.