<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk" -->

---
title: Introducing flownet: Efficient Transport Modeling in R
description: flownet is a new R package for high-performance transport modeling, implementing the Path-Sized Logit (PSL) model for stochastic traffic assignment with route...
canonical: https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing flownet: Efficient Transport Modeling in R | daily.dev
og:description: flownet is a new R package for high-performance transport modeling, implementing the Path-Sized Logit (PSL) model for stochastic traffic assignment with route...
og:url: https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk
og:image: https://api.daily.dev/og/posts/8nGtrFSqK.png
og:image:alt: Introducing flownet: Efficient Transport Modeling in R
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing flownet: Efficient Transport Modeling in R

**[R-bloggers](https://daily.dev/sources/rbloggers)** · 51 min read · 0 upvotes · 0 comments

## Summary

flownet is a new R package for high-performance transport modeling, implementing the Path-Sized Logit (PSL) model for stochastic traffic assignment with route overlap correction. It provides network processing tools including graph consolidation and simplification, route enumeration algorithms, and efficient All-or-Nothing assignment. Built on fastverse libraries (collapse, kit, igraph, geodist, mirai) with custom C code, it handles both small networks (Africa's 1,379-node road network) and large ones (US FAF5's 487,384 links). The package uses data frames for graphs and OD matrices, supports multimodal networks, and enables probabilistic traffic flow assignments with customizable parameters.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.r-bloggers.com/2026/02/introducing-flownet-efficient-transport-modeling-in-r/>

## Similar posts on daily.dev

- [GPopt for R: Bayesian and conformal optimization of black-box functions and hyperparameter tuning](https://daily.dev/posts/gpopt-for-r-bayesian-and-conformal-optimization-of-black-box-functions-and-hyperparameter-tuning-xatslstom) · R-bloggers · 0 upvotes · 0 comments
- [Online Learning for Cost-Efficient LLM Routing](https://daily.dev/posts/online-learning-for-cost-efficient-llm-routing-vpgfwfyjn) · Ramp Engineering · 0 upvotes · 0 comments
- [Functional Analysis of Networks with freeCount](https://daily.dev/posts/functional-analysis-of-networks-with-freecount-5gofsd3al) · R-bloggers · 0 upvotes · 0 comments
- [Go for Launch\! Packages Shipped to the R-Multiverse](https://daily.dev/posts/go-for-launch-packages-shipped-to-the-r-multiverse-ua4twkoyw) · R-bloggers · 0 upvotes · 0 comments

---

Tags: [#data-science](https://daily.dev/tags/data-science), [#r](https://daily.dev/tags/r)

[View this post on daily.dev](https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing flownet: Efficient Transport Modeling in R","url":"https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk"},"datePublished":"2026-02-09T11:29:43.103Z","dateModified":"2026-02-09T11:30:21.810Z","description":"flownet is a new R package for high-performance transport modeling, implementing the Path-Sized Logit (PSL) model for stochastic traffic assignment with route...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2f92a5cb5afa6b1977da79e85cca4d0e?_a=AQAEunF","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2f92a5cb5afa6b1977da79e85cca4d0e?_a=AQAEunF","isAccessibleForFree":true,"articleSection":"R-bloggers","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"R-bloggers","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/98bcbbdf72774292a55ceda8f2277f1e","url":"https://daily.dev/sources/rbloggers"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-flownet-efficient-transport-modeling-in-r-8ngtrfsqk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"data-science,r","timeRequired":"PT51M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"R-bloggers","item":"https://daily.dev/sources/rbloggers"},{"@type":"ListItem","position":3,"name":"Introducing flownet: Efficient Transport Modeling in R"}]}
```

