R/treeDf.R

Defines functions treeDf

Documented in treeDf

#' @title A supporting function.
#' @param ... This is a placeholder argument.
#' @description This is used by another internal function \code{\link{genTree}}.
#' @return A dataframe.

#function used in genTree
treeDf<-function(...) {
  outDf <- (as.data.frame(cbind(...)))
  return(outDf)
}
SidharthMacherla/conjurer documentation built on June 30, 2024, 6:28 a.m.