Other packages > Find by keyword >

stplanr  

Sustainable Transport Planning
View on CRAN: Click here


Download and install stplanr package within the R console
Install from CRAN:
install.packages("stplanr")

Install from Github:
library("remotes")
install_github("cran/stplanr")

Install by package version:
library("remotes")
install_version("stplanr", "1.2.3")



Attach the package and use:
library("stplanr")
Maintained by
Robin Lovelace
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-11-02
Latest Update: 2025-04-21
Description:
Tools for transport planning with an emphasis on spatial transport data and non-motorized modes. Create geographic "desire lines" from origin-destination (OD) data (building on the 'od' package); calculate routes on the transport network locally and via interfaces to routing services such as <https://cyclestreets.net/>; calculate route segment attributes such as bearing.The package implements the 'travel flow aggregration' method described in Morgan and Lovelace (2020) <doi:10.1177/2399808320942779>.Further information on the package's aim and scope can be found in the vignettes and in a paper in the R Journal (Lovelace and Ellison 2018) <doi:10.32614/RJ-2018-053>.
How to cite:
Robin Lovelace (2015). stplanr: Sustainable Transport Planning. R package version 1.2.3, https://cran.r-project.org/web/packages/stplanr. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:09), 0.0.2 (2015-11-02 17:14), 0.1.0 (2016-01-15 17:32), 0.1.1 (2016-01-16 18:53), 0.1.2 (2016-05-30 16:26), 0.1.4 (2016-08-29 17:44), 0.1.5 (2016-10-26 18:36), 0.1.6 (2016-11-11 12:09), 0.1.7-1 (2016-12-26 12:46), 0.1.7-2 (2016-12-28 16:41), 0.1.7-3 (2017-01-06 10:27), 0.1.7 (2016-12-23 17:21), 0.1.8 (2017-06-02 21:31), 0.1.9 (2017-07-12 17:09), 0.2.1 (2017-11-23 17:10), 0.2.2 (2017-12-19 16:58), 0.2.3 (2018-03-06 17:18), 0.2.4 (2018-05-19 11:43), 0.2.5 (2018-06-03 00:56), 0.2.6 (2018-10-20 15:30), 0.2.7 (2019-01-07 17:40), 0.2.8 (2019-03-22 22:50), 0.2.9 (2019-05-10 11:50), 0.2.10 (2019-05-18 10:40), 0.3.0 (2019-07-30 11:40), 0.3.1 (2019-09-17 23:50), 0.4.0 (2019-10-13 10:20), 0.4.1 (2019-11-23 07:20), 0.5.0 (2020-01-26 07:40), 0.5.1 (2020-03-01 23:20), 0.5.2 (2020-04-06 12:50), 0.6.0 (2020-05-03 06:50), 0.6.1 (2020-06-23 07:30), 0.6.2 (2020-07-08 08:20), 0.7.0 (2020-08-27 18:00), 0.7.1 (2020-08-28 13:30), 0.7.2 (2020-09-04 22:50), 0.8.0 (2020-10-28 09:00), 0.8.1 (2021-01-08 00:00), 0.8.2 (2021-04-06 19:10), 0.8.3 (2021-07-22 06:40), 0.8.4 (2021-10-12 20:40), 0.8.5 (2021-11-01 17:10), 0.8.6 (2021-11-26 17:10), 0.8.7 (2022-02-01 17:40), 0.9.0 (2022-05-11 09:10), 1.0.0 (2022-06-10 17:50), 1.0.1 (2022-08-20 00:30), 1.0.2 (2022-11-08 13:40), 1.1.2 (2023-09-15 10:22), 1.2.0 (2024-04-26 10:40), 1.2.1 (2024-05-02 01:42), 1.2.2 (2024-08-22 08:30)
Other packages that cited stplanr R package
View stplanr citation profile
Other R packages that stplanr depends, imports, suggests or enhances
Complete documentation for stplanr
Functions, R codes and Examples using the stplanr R package
Some associated functions: angle_diff . bbox_scale . bind_sf . cents_sf . destinations_sf . flow . flow_dests . flowlines_sf . geo_bb . geo_bb_matrix . geo_buffer . geo_code . geo_length . geo_projected . geo_select_aeq . geo_toptail . gsection . is_linepoint . islines . line2df . line2points . line_bearing . line_breakup . line_cast . line_midpoint . line_segment . line_via . mats2line . n_vertices . od2line . od2odf . od_aggregate_from . od_aggregate_to . od_coords . od_coords2line . od_data_lines . od_data_routes . od_data_sample . od_id . od_id_order . od_oneway . od_to_odmatrix . odmatrix_to_od . onewaygeo . osm_net_example . overline . overline_intersection . pipe . points2flow . points2line . points2odf . quadrant . read_table_builder . rnet_add_node . rnet_boundary_points . rnet_breakup_vertices . rnet_connected . rnet_cycleway_intersection . rnet_get_nodes . rnet_group . rnet_join . rnet_merge . rnet_overpass . rnet_roundabout . rnet_subset . route . route_average_gradient . route_bikecitizens . route_dodgr . route_google . route_nearest_point . route_network_sf . route_network_small . route_osrm . route_rolling_average . route_rolling_diff . route_rolling_gradient . route_sequential_dist . route_slope_matrix . route_slope_vector . route_split . route_split_id . routes_fast_sf . routes_slow_sf . stplanr-deprecated . stplanr-package . toptail_buff . zones_sf . 
Some associated R codes: RcppExports.R . data.R . deprecated.R . geo-functions.R . geo_code.R . geo_projected.R . gps.R . line_breakup.R . line_via.R . linefuns.R . loadABS.R . node-funs.R . od-funs.R . oneway.R . overline.R . quadrants.R . rnet-clean.R . rnet_boundary_points.R . rnet_group.R . rnet_join.R . route.R . route_bikecitizens.R . route_funs.R . route_google.R . route_local.R . route_osrm.R . slope.R . stplanr-package.R . toptail.R . utils-pipe.R .  Full stplanr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA