-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbib.bib
More file actions
59 lines (53 loc) · 1.7 KB
/
bib.bib
File metadata and controls
59 lines (53 loc) · 1.7 KB
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
@Manual{R,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2014},
url = {http://www.R-project.org/},
}
@Book{sp,
author = {Roger S. Bivand and Edzer Pebesma and Virgilio Gomez-Rubio},
title = {Applied spatial data analysis with {R}, Second edition},
year = {2013},
publisher = {Springer, NY},
url = {http://www.asdar-book.org/},
}
@Manual{traj,
title = {trajectories: Classes and methods for trajectory data},
author = {Edzer Pebesma and Benedikt Klus},
year = {2014},
note = {R package version 0.1-1},
url = {http://CRAN.R-project.org/package=trajectories},
}
@Article{st,
title = {{spacetime}: Spatio-Temporal Data in {R}},
author = {Edzer Pebesma},
journal = {Journal of Statistical Software},
year = {2012},
volume = {51},
number = {7},
pages = {1--30},
url = {http://www.jstatsoft.org/v51/i07/},
}
@Manual{envirocar,
title = {enviroCaR: Analysis of car trajectories provided by enviroCar project},
author = {Edzer Pebesma and Christoph Stasch and Jan Wirwahn},
year = {2014},
note = {R package version 0.1},
url = {https://github.com/enviroCar/enviroCaR},
}
@Manual{mm,
title = {fuzzyMM: Map Matching Using Fuzzy Logic},
author = {Nikolai Gorte},
year = {2014},
note = {R package version 1.0.1},
url = {http://CRAN.R-project.org/package=fuzzyMM},
}
@Manual{dev,
title = {devtools: Tools to make developing R code easier},
author = {Hadley Wickham and Winston Chang},
year = {2014},
note = {R package version 1.6.1},
url = {http://CRAN.R-project.org/package=devtools},
}