Learn R Programming

xtranat

xtranat

The functions in the ‘xtranat’ package are based on random walks. They compute Counting Betweenness and Random Walk Centrality. It also computes the intermediate measure Mean First Pass Time.

Installation

You can install the development version of xtranat from GitHub with:

# install.packages("devtools")
devtools::install_github("fdepaolis/xtranat")

Example

This is a basic example which shows you how to solve a common problem:

library(xtranat)
## basic example code

Copy Link

Version

Install

install.packages('xtranat')

Monthly Downloads

129

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Fernando DePaolis

Last Published

March 27th, 2023

Functions in xtranat (0.1.0)

mfpt

Computes mfpt
cbet

Computes Counting Betweenness
rwc_norm

Computes Random Walk Centrality in normalized format
rwc

Computes Random Walk Centrality
cbet_norm

Computes Counting Betweenness in normalized format
exmpl_matrix

Data to showcase the functions in the xtranat package