R/print.forestFloor_multiClass.R

Defines functions print.forestFloor_multiClass

Documented in print.forestFloor_multiClass

print.forestFloor_multiClass = function(x,...) {
  cat("this is a forestFloor_multiClass 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
      this object can be plotted in 3D with plot_simplex3, see help(plot_simplex3) \n
      \n
      x contains following internal elements: \n ",with(x,ls()))
}
sorhawell/forestFloor documentation built on Oct. 23, 2021, 2:20 a.m.