sender_mat
This takes a dataframe of node attributes and convert one into a matrix of sender attributes
sender_mat(DF, attrname)
DF
: Dataframe of node attributeattrname
: names of the attribute from the dataframe to create the matrix for.Sender matrix
Useful links