plot_places_chronology_time_pattern: Plot place chronology time pattern data.

Description Usage Arguments Value

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

Description

Plot place chronology time pattern data.

Usage

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

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).

myriad

use Myriad Pro font (boolean).

labels

facet labels.

facet_label

show facets (boolean).

Value

ggplot2 visualization of place chronology time pattern data.


inventionate/TimeSpaceAnalysis documentation built on May 18, 2019, 5:47 a.m.