-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
103 lines (102 loc) · 3.16 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(appendDistanceCategory)
export(boxplotScoreDifferences)
export(compareAverageTravelWait)
export(compareBasePolicyOutput)
export(compareBasePolicyShapeOutput)
export(compareModalDistanceDistribution)
export(compareTripTypesBarChart)
export(createCountScatterPlot)
export(deriveODMatrix)
export(filterByRegion)
export(generateXYHexagonYaml)
export(getCrsFromConfig)
export(mergeCountsAndLinks)
export(plotActivityEndTimes)
export(plotArrivalTimesPerTripPurpose)
export(plotAverageTravelWait)
export(plotDepartureTimesPerTripPurpose)
export(plotMapWithFilteredTrips)
export(plotMapWithTrips)
export(plotMapWithTripsType)
export(plotModalDistanceDistribution)
export(plotModalShiftBar)
export(plotModalShiftSankey)
export(plotModalSplitBarChart)
export(plotModalSplitPieChart)
export(plotStartActCountByDepTime)
export(plotTripCountByDepTime)
export(plotTripDistanceByMode)
export(plotTripDistancedByType)
export(plotTripTypesPieChart)
export(plot_arrtime_by_act)
export(plot_compare_count_by_spatialcat_barchart)
export(plot_compare_distcat_by_mainmode_barchart)
export(plot_compare_mainmode_barchart)
export(plot_compare_mainmode_sankey)
export(plot_compare_score_boxplot)
export(plot_compare_travelwaittime_by_mainmode)
export(plot_compare_travelwaittime_by_mainmode_barchart)
export(plot_count_scatterplot)
export(plot_deptime_by_act)
export(plot_distance_by_mainmode_barchart)
export(plot_distance_by_spatialcat_barchart)
export(plot_distcat_by_mainmode_barchart)
export(plot_mainmode_barchart)
export(plot_mainmode_piechart)
export(plot_map_trips)
export(plot_map_trips_by_spatialcat)
export(plot_spatialtype_by_shape_piechart)
export(plot_travelwaittime_mean_barchart)
export(plot_trips_count_by_deptime_and_mainmode_linechart)
export(prepareComparisonSimwrapperDashboardFromTable)
export(prepareSimwrapperDashboardFromFolder)
export(prepareSimwrapperDashboardFromTable)
export(processDtvEstimationQuality)
export(processLinkStatsDtvDistribution)
export(process_append_distcat)
export(process_append_spatialcat)
export(process_convert_table_to_sf)
export(process_convert_time)
export(process_filter_by_shape)
export(process_get_crs_from_config)
export(process_get_dtv_distribution_by_linktype)
export(process_get_dtv_estimation_quality)
export(process_get_mainmode_distribution)
export(process_get_od_matrix)
export(process_get_travdistance_distribution)
export(process_get_travelwaittime_by_mainmode)
export(process_join_counts_and_links)
export(process_rename_category)
export(process_rename_mainmodes)
export(readCounts)
export(readLinkStats)
export(readPersonsTable)
export(readTripsTable)
export(read_config)
export(read_counts)
export(read_linkstats)
export(read_network)
export(read_output_persons)
export(read_output_trips)
export(symlog_trans)
export(transformToSf)
import(dplyr)
import(forcats)
import(geomtextpath)
import(ggalluvial)
import(ggplot2, except = last_plot)
import(ggrepel)
import(htmltools)
import(leaflet)
import(lubridate)
import(plotly)
import(purrr)
import(readr)
import(reshape, except = c(stamp,rename,expand))
import(scales, except = c(discard, col_factor))
import(sf)
import(tidyr, except = expand)
import(tidyverse)
import(xml2)
import(yaml)