plan_week: Visually Plan Activities on a Week with Events on Each Day

View source: R/plan_week.R

plan_weekR Documentation

Visually Plan Activities on a Week with Events on Each Day

Description

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 ggplot object, which can be further modified with ggplot2 functions and themes.

Examples

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

clockplot documentation built on Sept. 14, 2025, 1:07 a.m.