r_forcelayout {DataViz}R Documentation

~ R graphics function: r_forcelayout ~

Description

Used when interactive is false and creates a plot through R of this data visualisation method.

Usage

r_forcelayout(schedule, ttime)

Arguments

schedule

[string]: A (non-empty) data.frame of data values.

ttime

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

Examples

 if(interactive()){
    r_forcelayout(weekschedule,ttime = "Tuesday") 
 }

[Package DataViz version 0.2.8 Index]