dim.remify | R Documentation |
A function that returns the dimension of the temporal network.
## S3 method for class 'remify'
dim(x)
x |
a |
vector of dimensions of the processed event sequence.
# processing the random network 'randomREHsmall'
library(remify)
data(randomREHsmall)
reh <- remify(edgelist = randomREHsmall$edgelist,
model = "tie")
# dimensions of the processed 'remify' object
dim(reh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.