TL;DR
This paper introduces an R package that enables the visualization of temporal data in calendar layouts, facilitating analysis of daily patterns like pedestrian behavior with integrated graphics.
Contribution
The paper presents a new R package, sugrrants, that creates calendar-based visualizations of sub-daily data, enhancing analysis of temporal patterns.
Findings
Enables visualization of hourly pedestrian data on calendar layouts.
Facilitates analysis of behavior relative to events and days.
Integrates with ggplot2 for customized graphics.
Abstract
Calendars are broadly used in society to display temporal information, and events. This paper describes a new R package with functionality to organize and display temporal data, collected on sub-daily resolution, into a calendar layout. The function `frame_calendar` uses linear algebra on the date variable to restructure data into a format lending itself to calendar layouts. The user can apply the grammar of graphics to create plots inside each calendar cell, and thus the displays synchronize neatly with ggplot2 graphics. The motivating application is studying pedestrian behavior in Melbourne, Australia, based on counts which are captured at hourly intervals by sensors scattered around the city. Faceting by the usual features such as day and month, was insufficient to examine the behavior. Making displays on a monthly calendar format helps to understand pedestrian patterns relative to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
