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)
}

Try the conjurer package in your browser

Any scripts or data that you put into this service are public.

conjurer documentation built on Jan. 22, 2023, 1:16 a.m.