Learn R Programming

remify (version 3.2.8)

dim.remify: dim.remify

Description

A function that returns the dimension of the temporal network.

Usage

# S3 method for remify
dim(x)

Value

vector of dimensions of the processed event sequence.

Arguments

x

a remify object.

Examples

Run this code

# processing the random network 'randomREHsmall'
library(remify)
data(randomREHsmall)
reh <- remify(edgelist = randomREHsmall$edgelist,
              model = "tie")

# dimensions of the processed 'remify' object
dim(reh)

Run the code above in your browser using DataLab