Learn R Programming

multiplex (version 1.5)

write.srt: Write srt Files

Description

A function to write srt files

Usage

write.srt(x, file = NULL, sep = "", header = TRUE)
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
}
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.
A file with the data with a .srt format[object Object]read.srt, , write.dlIO data file

Arguments