Initialise

Initialise and render graphs.

sigmajs()

Initialise

sigmajsOutput() renderSigmajs() sigmajsProxy()

Shiny bindings for sigmajs

sg_nodes() sg_edges() sg_edges2() sg_nodes2()

Add nodes and edges

Data

Datasets and functions to generate data for example purposes.

sg_make_nodes() sg_make_edges() sg_make_nodes_edges()

Generate data

lesmis_nodes

Nodes from co-appearances of characters in "Les Miserables"

lesmis_edges

Edges from co-appearances of characters in "Les Miserables"

lesmis_igraph

Co-appearances of characters in "Les Miserables" as igraph object

Shiny

Dynamically interact with graph through a proxy.

sg_add_node_p() sg_add_edge_p()

Add node or edge

sg_add_nodes_delay_p() sg_add_edges_delay_p()

Add nodes or edges with a delay

sg_add_nodes_p() sg_add_edges_p()

Add nodes or edges

sg_change_nodes_p() sg_change_edges_p()

Change

sg_clear_p() sg_kill_p() sg_kill() sg_clear()

Clear or kill the graph

sg_drag_nodes() sg_drag_nodes_start_p() sg_drag_nodes_kill_p()

Drag nodes

sg_drop_nodes_delay_p() sg_drop_edges_delay_p()

Drop nodes or edges with a delay

sg_drop_node_p() sg_drop_edge_p()

Remove node or edge

sg_drop_nodes_p() sg_drop_edges_p()

Drop nodes or edges

sg_export_svg() sg_export_img() sg_export_img_p() sg_export_svg_p()

Export

sg_filter_gt_p() sg_filter_lt_p() sg_filter_eq_p() sg_filter_not_eq_p() sg_filter_undo_p() sg_filter_neighbours_p()

Filter

sg_force() sg_force_start() sg_force_stop() sg_force_restart_p() sg_force_restart() sg_force_start_p() sg_force_stop_p() sg_force_kill_p() sg_force_config_p()

Add forceAtlas2

sg_get_nodes_p() sg_get_edges_p()

Get nodes

sg_neighbours() sg_neighbors() sg_neighbours_p() sg_neighbors_p()

Highlight neighbours

sg_noverlap() sg_noverlap_p()

No overlap

sg_read_delay_nodes_p() sg_read_delay_edges_p() sg_read_delay_exec_p()

Batch read

sg_read_nodes_p() sg_read_edges_p() sg_read_exec_p()

Read

sg_refresh_p()

Refresh instance

sg_settings() sg_settings_p()

Settings

sg_zoom_p()

Zoom

sigmajsOutput() renderSigmajs() sigmajsProxy()

Shiny bindings for sigmajs

sg_events()

Events

Shiny

Dynamically interact with graph through a proxy.

sg_add_node_p() sg_add_edge_p()

Add node or edge

sg_add_nodes_delay_p() sg_add_edges_delay_p()

Add nodes or edges with a delay

sg_add_nodes_p() sg_add_edges_p()

Add nodes or edges

sg_change_nodes_p() sg_change_edges_p()

Change

sg_clear_p() sg_kill_p() sg_kill() sg_clear()

Clear or kill the graph

sg_drag_nodes() sg_drag_nodes_start_p() sg_drag_nodes_kill_p()

Drag nodes

sg_drop_nodes_delay_p() sg_drop_edges_delay_p()

Drop nodes or edges with a delay

sg_drop_node_p() sg_drop_edge_p()

Remove node or edge

sg_drop_nodes_p() sg_drop_edges_p()

Drop nodes or edges

sg_export_svg() sg_export_img() sg_export_img_p() sg_export_svg_p()

Export

sg_filter_gt_p() sg_filter_lt_p() sg_filter_eq_p() sg_filter_not_eq_p() sg_filter_undo_p() sg_filter_neighbours_p()

Filter

sg_force() sg_force_start() sg_force_stop() sg_force_restart_p() sg_force_restart() sg_force_start_p() sg_force_stop_p() sg_force_kill_p() sg_force_config_p()

Add forceAtlas2

sg_get_nodes_p() sg_get_edges_p()

Get nodes

sg_neighbours() sg_neighbors() sg_neighbours_p() sg_neighbors_p()

Highlight neighbours

sg_noverlap() sg_noverlap_p()

No overlap

sg_read_delay_nodes_p() sg_read_delay_edges_p() sg_read_delay_exec_p()

Batch read

sg_read_nodes_p() sg_read_edges_p() sg_read_exec_p()

Read

sg_progress()

Text

sg_refresh_p()

Refresh instance

sg_settings() sg_settings_p()

Settings

sg_zoom_p()

Zoom

Export

Export the visualisation to various formats.

sg_export_svg() sg_export_img() sg_export_img_p() sg_export_svg_p()

Export

Layout

Layout the graph using igraph algorithms or forceAtlas2.

sg_force() sg_force_start() sg_force_stop() sg_force_restart_p() sg_force_restart() sg_force_start_p() sg_force_stop_p() sg_force_kill_p() sg_force_config_p()

Add forceAtlas2

sg_layout() sg_get_layout()

Layouts

sg_noverlap() sg_noverlap_p()

No overlap

Style

Customize graph and its components.

sg_cluster() sg_get_cluster()

Cluster

sg_scale_color()

Color

sg_add_images()

Add images to nodes

sg_relative_size()

Relative node sizes

sg_settings() sg_settings_p()

Settings

sg_custom_shapes()

Custom shapes

Button

Allow users to trigger functions in static documents via a button.

sg_button()

Buttons

sg_progress()

Text

sg_add_nodes() sg_add_edges()

Add nodes and edges

sg_drop_nodes() sg_drop_edges()

Drop

sg_animate()

Animate

sg_read_nodes() sg_read_edges() sg_read_exec()

Read

Formats

Import gexf and igraph objects.

sg_from_gexf()

Graph from GEXF file

sg_from_igraph()

Create from igraph