R/create.flowchart.R

Defines functions create.flowchart

Documented in create.flowchart

create.flowchart <- function()
{
  empty.flowchart <- data.frame(label = character(),
                                title = character(),
                                display.r = logical(),
                                display.n = logical(),
                                r = integer(),
                                n = integer(),
                                from = character(),
                                stringsAsFactors = FALSE)
  return(empty.flowchart)
}
lemna/ugir documentation built on May 21, 2019, 3:07 a.m.