plan_week | R Documentation |
This function plots works corresponding to each day of the week.
plan_week(wtask)
wtask |
A factor variable having values on each day of the week. |
A ggplot
object, which can be further modified
with ggplot2
functions and themes.
set.seed(10)
wtask <- c(
"Desk Work", "Field Work", "Visit", "Monitoring",
"Rest", "Reporting", "Meeting"
)
plan_week(wtask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.