1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# Generated by roxygen2: do not edit by hand
export(annotate_circle)
export(draw_circle)
export(layout_as_backbone)
export(layout_as_dynamic)
export(layout_as_metromap)
export(layout_as_multilevel)
export(layout_igraph_backbone)
export(layout_igraph_centrality)
export(layout_igraph_centrality_group)
export(layout_igraph_constrained_stress)
export(layout_igraph_eigen)
export(layout_igraph_fixed_coords)
export(layout_igraph_focus)
export(layout_igraph_focus_group)
export(layout_igraph_multilevel)
export(layout_igraph_pmds)
export(layout_igraph_sparse_stress)
export(layout_igraph_stress)
export(layout_igraph_umap)
export(layout_mirror)
export(layout_rotate)
export(layout_with_centrality)
export(layout_with_centrality_group)
export(layout_with_constrained_stress)
export(layout_with_constrained_stress3D)
export(layout_with_eigen)
export(layout_with_fixed_coords)
export(layout_with_focus)
export(layout_with_focus_group)
export(layout_with_pmds)
export(layout_with_sparse_stress)
export(layout_with_stress)
export(layout_with_stress3D)
export(layout_with_umap)
export(reorder_edges)
importFrom(Rcpp,sourceCpp)
useDynLib(graphlayouts, .registration = TRUE)
|