Learn R Programming

multiplex (version 2.3)

write.srt: Write srt Files

Description

A function to write srt files

Usage

write.srt(x, file = NULL, sep = "\t", header = TRUE)

Arguments

x
an object representing the multiple network
file
path to the file
sep
the separator used between the columns
header
(logical) whether the header should be included in the file

Value

A file with the data with a .srt format

Details

srt stands for send, receive, and ties, and it is a data frame with at least 3 columns for the sender, receiver, and the ties, one column for each type of relation.

See Also

read.srt, , write.dl