plan_week.Rd
This function plots works corresponding to each day of the week.
plan_week(wtask)
A factor variable having values on each day of the week.
A plot showing task planned or done on each day of the week.
set.seed(10) wtask <- c("Desk Work", "Field Work", "Visit", "Monitoring", "Rest", "Reporting", "Meeting") plan_week(wtask)