powered by
forcelayout method is a dynamic method showing longitudinal data set evolution.
forcelayout(schedule, webinteract, ttime)
[numeric] or [integer]: A (non-empty) vector of data values.
[bool]: Is the function used in interactive mode?
[string]: A (non-empty) time-unit value to fetch data from data.frame.
# NOT RUN { if(interactive()){ forcelayout(weekschedule) } if(!interactive()){ forcelayout(weekschedule, webinteract = FALSE, ttime = "Monday") } # }
Run the code above in your browser using DataLab