Learn R Programming

⚠️There's a newer version (0.6.5) of this package.Take me there.

Tidy Geospatial Networks in R

The goal of sfnetworks is to fill a missing block in R’s provision for spatial network analysis. Read more about the idea and the currently implemented functionalities in the introductory vignette.

Installation

The sfnetworks package is still in very active development, Therefore, the package is also not on CRAN yet. Install it directly from GitHub using the remotes package in R.

Install the more stable master branch with:

remotes::install_github("luukvdmeer/sfnetworks")

Install the develop branch, where most of the development takes place and where PRs should be directed, as follows:

remotes::install_github("luukvdmeer/sfnetworks", ref = "develop")

Originally, sfnetworks was created as a homework assignment for an R course. Some people actually started using that version of the package in their work. Note that the new package is completely different! If you still want to install the original version, use:

remotes::install_github("luukvdmeer/sfnetworks@v0.1")

Contribution

We look very much forward to contributions to the package. This can be in the form of pull requests (please direct them to the develop branch), but also by opening issues in the issue tracker. Such issues can be specific feature requests labeled with the feature label (e.g. "I would like to see a function f(x) that accepts an object x of class foo and returns < this >"). It can also be a more generic description of problems that you deal with when working with spatial networks in R (e.g. "I usually find it impossible/confusing/complicated to do < this >"). Please label such issues with the hackathon label, since we will be organising a spatial networks hackathon in which we hope to solve these kind of problems. For more information on that event, see here (and join!).

We strive to follow the tidyverse styleguide in the source code of the package. An exception to that is the assignment operator: we use = instead of <- (see here for some reasons why).

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Copy Link

Version

Install

install.packages('sfnetworks')

Monthly Downloads

2,632

Version

0.2.0

License

file LICENSE

Maintainer

Lucas van der Meer

Last Published

December 6th, 2024

Functions in sfnetworks (0.2.0)

plot.sfnetwork

Plot sfnetwork object
roxel

Road network of M<U+00FC>nster Roxel
sfnetwork

Create an sfnetwork object
is.sfnetwork

Check if an object is an sfnetwork
sf

sf methods for sfnetwork objects
as_sfnetwork

Convert a foreign object to an sfnetwork object
reexports

Objects exported from other packages