geom_weekly_timeslots {time.slots}R Documentation

Construct geom_weekly_timeslots function

Description

Construct geom_weekly_timeslots function

Usage

geom_weekly_timeslots(mapping = NULL, data = NULL, ...)

Arguments

mapping

Set of aesthetic mappings created by aes() or aes_(). If specified and inherit.aes = TRUE (the default), it is combined with the default mapping at the top level of the plot. You must supply mapping if there is no plot mapping.

data

(SlotsDetails) A SlotsDetails data table.

...

Other arguments passed on to layer(). These are often aesthetics, used to set an aesthetic to a fixed value, like colour = "red" or size = 3. They may also be parameters to the paired geom/stat.

Value

(ggplot) A ggplot object.

Examples

geom_weekly_timeslots(data = SlotsDetails())


[Package time.slots version 0.2.0 Index]