forcelayout: ~ Main function: forcelayout ~

Description Usage Arguments Examples

View source: R/forcelayout.R

Description

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

Usage

1
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

1
2
3
4
5
6
  if(interactive()){
    forcelayout(weekschedule)
  }
  if(!interactive()){
    forcelayout(weekschedule, webinteract = FALSE, ttime = "Monday")
  }

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