melt_direction_mode {telraamStats} | R Documentation |
Melt dataframe to obtain one row per hour/segment/transportation mode/direction This format makes graphs with ggplot and filtering easier.
Description
Melt dataframe to obtain one row per hour/segment/transportation mode/direction This format makes graphs with ggplot and filtering easier.
Usage
melt_direction_mode(data)
Arguments
data |
Traffic Data Frame |
Value
DataFrame with one row per hour/segment/transportation mode/direction
Examples
melt_direction_mode(traffic[0:2,])
[Package telraamStats version 1.1.2 Index]