Learn R Programming

DataViz (version 0.2.8)

r_forcelayout: ~ 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

Run this code
# NOT RUN {
 if(interactive()){
    r_forcelayout(weekschedule,ttime = "Tuesday") 
 }
# }

Run the code above in your browser using DataLab