R/forcelayout.R

Defines functions forcelayout

Documented in forcelayout

forcelayout <- function(schedule, webinteract = TRUE, ttime = 0){
  # if(!is_tibble(schedule)) {
  #   schedule <- tibble(schedul)eR
  # }
  if(webinteract == TRUE){
    rcpp_forcelayout(schedule = schedule, path.package("DataViz"))
  }
  else
  {
    r_forcelayout(schedule = schedule, ttime = ttime)
  }
  return(invisible())
}

Try the DataViz package in your browser

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

DataViz documentation built on Sept. 17, 2019, 1:02 a.m.