| all_unique | Test that all values are unique in an array or vector |
| attempt_latticization | Attempt to swap the target vertices between a pair of edges |
| distance_to_diagonal | Generate matrix of distances from its own diagonal |
| edge2vertices | Translate between index and vertex edge references |
| edge_exists | Check that edges exist in a graph |
| edge_indices | Return edge indices |
| get_weights | Get edge weights |
| latticize | Lattice with preserved in/out degree distribution |
| max_attempts | Equation for setting the maximum number of attempts |
| n_edges | Count the number of edges in the graph |
| n_vertices | Count the number of edges in the graph |
| rewire_targets | Mutate the graph to swap targets between a pair of edges |
| rewiring_creates_new_edges | Check that swapping targets between two edges will require... |
| rewiring_maintains_connectedness | Check that swapping targets between two edges maintains... |
| rewiring_makes_more_lattice_like | Check that mutating the graph make it more like a lattice |
| sample_edges | Randomly sample edges from a graph |
| sample_edges_with_unique_vertices | Sample edges with unique vertices |
| shuffle_vertices | Shuffle the vertices of a graph or adjacency matrix |
| swap_targets | Swap targets between a pair of edges |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.