Explore the clipped Fietstelweek data using the library tmap with its view
mode.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | explore(obj, type, ..., network_coledges, network_colnodes, edges_coledges,
nodes_colnodes, trips_coledges, trips_weekday, trips_hour, palette)
## S3 method for class 'ftw_atmp'
explore(obj, type = "network", ...,
network_coledges = "#ff8d00", network_colnodes = "#800080",
edges_coledges = "intensity", nodes_colnodes = "waiting time",
trips_coledges = "intensity", trips_weekday = c(0, 1, 2, 3, 4),
trips_hour = NULL, palette = "plasma")
## S3 method for class 'ftw_tmp'
explore(obj, type = "network", ...,
network_coledges = "#ff8d00", network_colnodes = "#800080",
edges_coledges = "intensity", nodes_colnodes = "waiting time",
trips_coledges = "intensity", trips_weekday = c(0, 1, 2, 3, 4),
trips_hour = NULL, palette = "plasma")
|
obj |
an object of class |
type |
the basic information within the data that the user wants to explore.
Can be set to |
... |
ignored |
network_coledges |
if type is |
network_colnodes |
if type is |
edges_coledges |
if type is |
nodes_colnodes |
if type is |
trips_coledges |
if type is |
trips_weekday |
if type is |
trips_hour |
if type is |
palette |
sets the palette to color edges and nodes for types |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.