View source: R/plot-places-chronology-path.R
plot_places_chronology_path | R Documentation |
Plot place chronologies activity paths.
plot_places_chronology_path(
data,
id,
recodeded_places = NULL,
recode_week = c(`Woche 4` = "5", `Woche 3` = "4", `Woche 2` = "3", `Woche 1` = "2")
)
data |
a data frame (columns: ID, day, duration, place, address, lon, lat, prop_duration). |
id |
vector, which contains questionnaire ids. Choose "all" to compute all ids. |
recodeded_places |
recode leves of place labels by named vector. |
week |
recode leves of week labels by named vector. |
ggplot2 visualization of place chronology path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.