R/plot.profile.data.frame.R

Defines functions plot.profile.data.frame

Documented in plot.profile.data.frame

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