Skip to content

cartograflow

Filtering Matrix for Flow Mapping

v1.0.5 · Oct 17, 2023 · GPL-3

Description

Functions to prepare and filter an origin-destination matrix for thematic flow mapping purposes. This comes after Bahoken, Francoise (2016), Mapping flow matrix a contribution, PhD in Geography - Territorial sciences. See Bahoken (2017) <doi:10.4000/netcom.2565>.

Downloads

806

Last 30 days

4431st

2.3K

Last 90 days

8.5K

Last year

Trend: +2.3% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 20, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 18, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'cartograflow-Ex.R' failed
The error most likely occurred in:

> ### Name: flowjointure
> ### Title: Builds a spatial join with a flow dataset
> ### Aliases: flowjointure
> 
> ### ** Examples
> 
> library(cartograflow)
> library(s
...[truncated]...
cted CRS: Lambert_Conformal_Conic
> tabflow <- flowjointure(
+   geom = "area", bkg = map, DF.flow = flows, origin = "i", destination = "j",
+   id = "EPT_NUM", x = "X", y = "Y"
+ )
Warning: st_centroid assumes attributes are constant over geometries
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies dplyr ggplot2 plotly reshape2 rlang sf igraph cartograflow

Version History

new 1.0.5 Mar 10, 2026
updated 1.0.5 ← 1.0.3 diff Oct 17, 2023
updated 1.0.3 ← 1.0.2 diff Jul 18, 2020
updated 1.0.2 ← 1.0.1 diff Jun 2, 2020
updated 1.0.1 ← 1.0.0 diff May 16, 2020
new 1.0.0 May 9, 2019