print.hideHelper1 function

print.hideHelper

print.hideHelper

This function hides parts from the print out but are still accessible via indexing.

## S3 method for class 'hideHelper1' print(x, ...)

Arguments

  • x: A data frame of trees
  • ...: Extra parameters

Returns

No return value; this function is called for its side effect of printing a formatted summary of the tree data frame. It displays parts of the data frame, such as the tree structure and various counts (like number of MCMC iterations, number of trees, and number of variables), while keeping the complete data accessible via indexing.

  • Maintainer: Alan Inglis
  • License: GPL (>= 2)
  • Last published: 2024-07-24

Useful links