plot_time_pattern: Plot single or multiple time pattern.

Description Usage Arguments Value

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

Description

Plot single or multiple time pattern.

Usage

1
2
3
plot_time_pattern(data, id = "all", ncol = 3, reshape_data = TRUE,
  print_prop_duration = TRUE, fluid = FALSE, myriad = TRUE,
  labels = NULL, legend = TRUE, facet = TRUE)

Arguments

data

data frame which contains time pattern data.

id

vector which contains questionnaire ids.

ncol

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

reshape_data

whether reshape data or not.

print_prop_duration

whether to print or not to print prop duration data (boolean).

fluid

should be static bars or fluid lines visualized (boolean).

myriad

use Myriad Pro font (boolean).

labels

facet labels.

legend

show legend (boolean).

facet

plot facets (boolean).

Value

ggplot2 visualization of time pattern data.


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