print.remify | R Documentation |
print a summary of the event history.
## S3 method for class 'remify'
print(x, ...)
x |
a |
... |
further arguments. |
displays the same information provided by the summary method.
# processing the random network 'randomREHsmall'
library(remify)
data(randomREHsmall)
reh <- remify(edgelist = randomREHsmall$edgelist,
model = "tie")
# printing a summary of the processed 'remify' object
print(reh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.