R/print.forestFloor_regression.R

Defines functions print.forestFloor_regression

Documented in print.forestFloor_regression

print.forestFloor_regression = function(x,...) {
  cat("this is a forestFloor_regression object \n
      this object can be plotted in 2D with plot(x), see help(plot.forestFloor) \n
      this object can be plotted in 3D with show3d(x), see help(show3d) \n
      \n
      x contains following internal elements: \n ",with(x,ls()))
}
sorhawell/forestFloor documentation built on Oct. 23, 2021, 2:20 a.m.