Description Usage Arguments Value
Reads the resulting files created by the clip_ftw function and
loads them into an object of class ftw_atmp
when loading data only for
one year, or into an object of class ftw_tmp
when loading data for both years.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
directory |
filepath to the directory where the Fietstelweek data is stored. Same filepath as the one used for the clip_ftw function. |
year |
desired year of data, can either be |
study_area |
name of the municipality or province the data was clipped to. The parameter is case sensitive and prone to fail with spelling mistakes. |
x |
object of class |
... |
ignored |
object |
object of class |
Returns either and object of class ftw_atmp
for "atemporal" analysis when year is
2015
or 2016
, or into an object of class ftw_tmp
for "temporal" analysis
(comparison between years) when year is c(2015,2016)
.
The summay method returns the total number of edges, nodes and trips of the data by year.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.