forcelayout {DataViz}R Documentation

~ Main function: forcelayout ~

Description

forcelayout method is a dynamic method showing longitudinal data set evolution.

Usage

forcelayout(schedule, webinteract, ttime)

Arguments

schedule

[numeric] or [integer]: A (non-empty) vector of data values.

webinteract

[bool]: Is the function used in interactive mode?

ttime

[string]: A (non-empty) time-unit value to fetch data from data.frame.

Examples

  if(interactive()){
    forcelayout(weekschedule)
  }
  if(!interactive()){
    forcelayout(weekschedule, webinteract = FALSE, ttime = "Monday")
  }

[Package DataViz version 0.2.8 Index]