AnimalHabitatNetwork: Networks Characterising the Physical Configurations of Animal Habitats

Functions for generating and visualising networks for characterising the physical attributes and spatial organisations of habitat components (i.e. habitat physical configurations). The network generating algorithm first determines the X and Y coordinates of N nodes within a rectangle with a side length of L and an area of A. Then it computes the pair-wise Euclidean distance Dij between node i and j, and then a complete network with 1/Dij as link weights is constructed. Then, the algorithm removes links from the complete network with the probability as shown in the function ahn_prob(). Such link removals can make the network disconnected whereas a connected network is wanted. In such cases, the algorithm rewires one network component to its spatially nearest neighbouring component and repeat doing this until the network is connected again. Finally, it outputs an undirected network (weighted or unweighted, connected or disconnected). This package came with a manuscript on modelling the physical configurations of animal habitats using networks (in preparation).

Version: 0.1.0
Imports: stats, igraph (≥ 1.2.4.1), ggplot2 (≥ 3.2.0)
Published: 2019-11-25
Author: Peng He ORCID iD [aut, cre], Damien R. Farine ORCID iD [ths]
Maintainer: Peng He <phe at ab.mpg.de>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: AnimalHabitatNetwork results

Documentation:

Reference manual: AnimalHabitatNetwork.pdf

Downloads:

Package source: AnimalHabitatNetwork_0.1.0.tar.gz
Windows binaries: r-devel: AnimalHabitatNetwork_0.1.0.zip, r-release: AnimalHabitatNetwork_0.1.0.zip, r-oldrel: AnimalHabitatNetwork_0.1.0.zip
macOS binaries: r-release (arm64): AnimalHabitatNetwork_0.1.0.tgz, r-oldrel (arm64): AnimalHabitatNetwork_0.1.0.tgz, r-release (x86_64): AnimalHabitatNetwork_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=AnimalHabitatNetwork to link to this page.