rn_strengthDist: Strength versus Degree scaling relation

View source: R/rn.R

rn_strengthDistR Documentation

Strength versus Degree scaling relation

Description

Calculates the Recurrence Rate versus Recurrence Time power-law

Usage

rn_strengthDist(g, mode = c("in", "out", "all")[3], doPlot = TRUE)

Arguments

g

an igraph object representing a weighted Recurrence Network

mode

Evaluate the "in", "out" degree, or "all" edges (default = "all")

doPlot

Plot the scaling relation? (default = TRUE)

Value

A data frame with local vertex strength and vertex degree, including

Examples


y  <- rnorm(100)
RN <- rn(y, emLag=1, emDim=3, emRad=NA, weighted = TRUE, weightedBy = "rt", returnGraph = TRUE)
rn_strengthDist(RN$g)


FredHasselman/casnet documentation built on April 20, 2024, 3:05 p.m.