All functions

adj2el()

Maps adjacency matrix to edgelist

as_tibble(<dgTMatrix>) as_tibble(<dgCMatrix>) as_tibble(<sparseMatrix>)

Method to convert 'Matrix' sparse matrices to 'tibble's Method for 'as_tibble' to coerce sparse matrix objects to a 'tibble'

check_specs()

Check an adjacency matrix object for directedness and presence of selfloops

datestring_to_unix()

Converts the given datestring into a unix-timestamp.

detect_date_format()

Detect date format of a string

el2adj()

Maps edgelist to adjacency matrix

get_adjacency()

Compute the adjacency matrix from various types of objects.

get_flat_unfolded_plot()

Plot the flat unfolded graph based on an edge list

get_rolling_windows()

Builds rolling multiedge time-window networks from the edge_list.

get_slice_edgelist()

Filter edgelist for a time slice

get_transition()

Compute a transition matrix from an adjacency matrix.

get_unfolded_adjacency()

Create time unfolded adjacency matrix

get_unfolded_layout()

Generate the ggraph layout of a time unfolded graph

get_unfolded_plot()

Plot the time unfolded graph based on an edge list

mat2vec_ix()

Auxiliary function, gives mask for matrix for directed, undirected etc.

multi2weight()

Generate weighted edge list from an edge list with multiedges.

nodes_from_el()

Extract node names from an edgelist

unix_to_datestring()

Converts the given unix_timestamp into a date-string.

vec2mat()

Auxiliary function, produces matrix from vector