Saved in:
Bibliographic Details
Main Authors: Robitaille, Alec L., Webber, Quinn M.R., Vander Wal, Eric
Format: Recurso digital
Language:English
Published: Zenodo 2026
Subjects:
Online Access:https://doi.org/10.5281/zenodo.19712780
Tags: Add Tag
No Tags, Be the first to tag this record!
_version_ 1866901746272436224
author Robitaille, Alec L.
Webber, Quinn M.R.
Vander Wal, Eric
author_facet Robitaille, Alec L.
Webber, Quinn M.R.
Vander Wal, Eric
contents <p>Repository containing the source materials for the manuscript "Extending {spatsoc} to measure intragroup social dynamics".</p> <div class="markdown-heading"> <h3 class="heading-element">Abstract</h3> Beyond proximity-based social networks and home range overlap, animal telemetry data can also be used to measure intragroup social dynamics including individual position within groups, individual and group level movement directions, leadership patterns and lagged follower behaviours.</div> <p>We used a scoping review of literature across domains, including behavioural ecology, collective movement, and GISciences, to identify widely used metrics for measuring intragroup social dynamics that are not openly available in the R programming language.</p> <p>We present a case study illustrating 18 new functions for the R package {spatsoc} measuring intragroup social dynamics with animal telemetry data.</p> <p>The open availability of these new and flexible functions in {spatsoc} will allow researchers to easily measure intragroup social dynamics to more comprehensively measure the multifaceted animal social behaviours in their study systems.</p> <div class="markdown-heading"> <h3 class="heading-element">Open science</h3> All data and code used to produce figures are available on GitHub at <a href="https://github.com/robitalec/extending-spatsoc-application-paper">https://github.com/robitalec/extending-spatsoc-application-paper</a> and on Zenodo at <a href="https://doi.org/10.5281/zenodo.19712779" rel="nofollow">https://doi.org/10.5281/zenodo.19712779</a>. The data used in this case study are included with the package and can be read with:</div> <div class="highlight highlight-source-r notranslate position-relative overflow-auto"> <pre>library(<span class="pl-smi">spatsoc</span>) library(<span class="pl-smi">data.table</span>) <span class="pl-smi">DT</span> <span class="pl-k"><-</span> fread(system.file(<span class="pl-s"><span class="pl-pds">"</span>extdata<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>DT.csv<span class="pl-pds">"</span></span>, <span class="pl-v">package</span> <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">"</span>spatsoc<span class="pl-pds">"</span></span>))</pre> <div class="zeroclipboard-container"> The code for producing the scoping review results, figures, tables and manuscript was developed as a reproducible pipeline with the R package {targets} (Landau, 2021). Figures and tables were constructed using {ggplot2} (Wickham, 2016), {ggdist} (Kay, 2025), {patchwork} (Pedersen, 2025) and {tintytable} (Arel-Bundock, 2025). The manuscript was produced using {quarto} (Allaire & Dervieux, 2024). The {spatsoc} package gratefully depends on the R packages {adehabitatHR} (Calenge, 2024), {data.table} (Barrett et al., 2025), {igraph} (Csárdi et al., 2026), {sf} (Pebesma, 2018), {lwgeom} (Pebesma, 2025), {CircStats} (Lund & Agostinelli, 2025), {units} (Pebesma et al., 2016), and {rlang} (Henry & Wickham, 2026).</div> </div>
format Recurso digital
id zenodo_https___doi_org_10_5281_zenodo_19712780
institution Zenodo
language eng
publishDate 2026
publisher Zenodo
record_format zenodo
spellingShingle robitalec/extending-spatsoc-application-paper: v0.0.0.9000
Robitaille, Alec L.
Webber, Quinn M.R.
Vander Wal, Eric
R
spatsoc
social network analysis
leader-follower
collective movement
fission-fusion
<p>Repository containing the source materials for the manuscript "Extending {spatsoc} to measure intragroup social dynamics".</p> <div class="markdown-heading"> <h3 class="heading-element">Abstract</h3> Beyond proximity-based social networks and home range overlap, animal telemetry data can also be used to measure intragroup social dynamics including individual position within groups, individual and group level movement directions, leadership patterns and lagged follower behaviours.</div> <p>We used a scoping review of literature across domains, including behavioural ecology, collective movement, and GISciences, to identify widely used metrics for measuring intragroup social dynamics that are not openly available in the R programming language.</p> <p>We present a case study illustrating 18 new functions for the R package {spatsoc} measuring intragroup social dynamics with animal telemetry data.</p> <p>The open availability of these new and flexible functions in {spatsoc} will allow researchers to easily measure intragroup social dynamics to more comprehensively measure the multifaceted animal social behaviours in their study systems.</p> <div class="markdown-heading"> <h3 class="heading-element">Open science</h3> All data and code used to produce figures are available on GitHub at <a href="https://github.com/robitalec/extending-spatsoc-application-paper">https://github.com/robitalec/extending-spatsoc-application-paper</a> and on Zenodo at <a href="https://doi.org/10.5281/zenodo.19712779" rel="nofollow">https://doi.org/10.5281/zenodo.19712779</a>. The data used in this case study are included with the package and can be read with:</div> <div class="highlight highlight-source-r notranslate position-relative overflow-auto"> <pre>library(<span class="pl-smi">spatsoc</span>) library(<span class="pl-smi">data.table</span>) <span class="pl-smi">DT</span> <span class="pl-k"><-</span> fread(system.file(<span class="pl-s"><span class="pl-pds">"</span>extdata<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>DT.csv<span class="pl-pds">"</span></span>, <span class="pl-v">package</span> <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">"</span>spatsoc<span class="pl-pds">"</span></span>))</pre> <div class="zeroclipboard-container"> The code for producing the scoping review results, figures, tables and manuscript was developed as a reproducible pipeline with the R package {targets} (Landau, 2021). Figures and tables were constructed using {ggplot2} (Wickham, 2016), {ggdist} (Kay, 2025), {patchwork} (Pedersen, 2025) and {tintytable} (Arel-Bundock, 2025). The manuscript was produced using {quarto} (Allaire & Dervieux, 2024). The {spatsoc} package gratefully depends on the R packages {adehabitatHR} (Calenge, 2024), {data.table} (Barrett et al., 2025), {igraph} (Csárdi et al., 2026), {sf} (Pebesma, 2018), {lwgeom} (Pebesma, 2025), {CircStats} (Lund & Agostinelli, 2025), {units} (Pebesma et al., 2016), and {rlang} (Henry & Wickham, 2026).</div> </div>
title robitalec/extending-spatsoc-application-paper: v0.0.0.9000
topic R
spatsoc
social network analysis
leader-follower
collective movement
fission-fusion
url https://doi.org/10.5281/zenodo.19712780