Skip to contents

This function plots works corresponding to each day of the week.

Usage

plan_week(wtask)

Arguments

wtask

A factor variable having values on each day of the week.

Value

A plot showing task planned or done on each day of the week.

Examples

set.seed(10)
wtask <- c("Desk Work", "Field Work", "Visit", "Monitoring", "Rest", "Reporting", "Meeting")
plan_week(wtask)