srt
Files
read.srt(file, header = TRUE, sep = "\t", toarray = TRUE, dichot = FALSE, attr = FALSE, rownames = FALSE, add = NULL)
toarray = FALSE
, then the data frame is given.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. However, the attr
option correspond to a actor and self-ties data frame file with the option to transform it into a diagonal matrix. When toarray
is set to FALSE
, options attr
and rownames
allow placing the first column of the data frame as the name of the table, which is the format of two-mode data, and compute for instance Galois transformations among the partite sets. If more than one isolate is added, then the data must be included as a vector.It is also possible to treat the input data as data frame object and manipulate it via e.g. the subset
function with the toarray
option.
write.srt
, read.gml
, read.dl
, galois