View source: R/plot-places-chronology-time-pattern.R
plot_places_chronology_time_pattern | R Documentation |
Plot place chronology time pattern data.
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
)
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). |
ggplot2 visualization of place chronology time pattern data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.