summary.remify | R Documentation |
A function that returns a easy-to-read summary of the main characteristics as to the processed relational event sequence.
## S3 method for class 'remify'
summary(object, ...)
object |
a |
... |
other arguments. |
prints out the main characteristics of the processed relational event sequence.
# processing the random network 'randomREHsmall'
library(remify)
data(randomREHsmall)
reh <- remify(edgelist = randomREHsmall$edgelist,
model = "tie")
# printing a summary of the processed 'remify' object
summary(reh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.