plot_places_chronology_time_pattern: Plot place chronology time pattern data.

View source: R/plot-places-chronology-time-pattern.R

plot_places_chronology_time_patternR Documentation

Plot place chronology time pattern data.

Description

Plot place chronology time pattern data.

Usage

plot_places_chronology_time_pattern(
  data,
  id = "all",
  weekday = "all",
  graph = TRUE,
  print_prop_duration = TRUE,
  legend = TRUE,
  bar_width = 1,
  ncol = 3,
  labels = NULL,
  facet_label = TRUE,
  legend_bottom = TRUE,
  legend_cols = 2
)

Arguments

data

data frame, which contains place chronology time pattern data.

id

vector, which contains questionnaire ids. Use "all" if you want to plot all ids.

weekday

weekday vector, which contains days to plot.

graph

whether to plot or not to plot the praph (boolean)

print_prop_duration

whether to print or not to print prop duration data.

legend

show or hide legends (boolean).

bar_width

specify the width of the bars.

ncol

number of cols, if there are multiple plots (facets).

labels

facet labels.

facet_label

show facets (boolean).

legend_bottom

show legend on bottom (boolean).

legend_cols

number of legend cols (numeric).

Value

ggplot2 visualization of place chronology time pattern data.


inventionate/TimeSpaceAnalysis documentation built on June 13, 2025, 2:48 p.m.