Other packages > Find by keyword >

DiagrammeR  

Graph/Network Visualization
View on CRAN: Click here


Download and install DiagrammeR package within the R console
Install from CRAN:
install.packages("DiagrammeR")

Install from Github:
library("remotes")
install_github("cran/DiagrammeR")

Install by package version:
library("remotes")
install_version("DiagrammeR", "1.0.11")



Attach the package and use:
library("DiagrammeR")
Maintained by
Richard Iannone
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-01-09
Latest Update: 2024-02-02
Description:
Build graph/network structures using functions for stepwise addition and deletion of nodes and edges. Work with data available in tables for bulk addition of nodes, edges, and associated metadata. Use graph selections and traversals to apply changes to specific nodes or edges. A wide selection of graph algorithms allow for the analysis of graphs. Visualize the graphs and take advantage of any aesthetic properties assigned to nodes and edges.
How to cite:
Richard Iannone (2015). DiagrammeR: Graph/Network Visualization. R package version 1.0.11, https://cran.r-project.org/web/packages/DiagrammeR. Accessed 22 Sep. 2026.
Previous versions and publish date:
0.1 (2015-01-09 10:02), 0.4 (2015-01-30 08:55), 0.5 (2015-03-19 15:04), 0.6 (2015-04-30 20:25), 0.7 (2015-06-11 21:46), 0.8.1 (2015-10-13 09:10), 0.8.2 (2016-02-01 21:47), 0.8.3 (2016-07-16 09:54), 0.8.4 (2016-07-17 16:09), 0.8 (2015-10-08 23:09), 0.9.0 (2017-01-04 00:05), 0.9.1 (2017-08-21 11:42), 0.9.2 (2017-09-06 22:37), 1.0.0 (2018-03-01 19:01), 1.0.1 (2019-04-22 08:54), 1.0.5 (2020-01-16 18:20), 1.0.6.1 (2020-05-08 23:40), 1.0.7 (2022-01-15 22:12), 1.0.8 (2022-01-24 17:42), 1.0.9 (2022-03-05 16:40), 1.0.10 (2023-05-18 16:30), 1.0.11 (2024-02-03 00:30), (2026-07-09 08:02)
Other packages that cited DiagrammeR R package
View DiagrammeR citation profile
Other R packages that DiagrammeR depends, imports, suggests or enhances
Complete documentation for DiagrammeR
Functions, R codes and Examples using the DiagrammeR R package
Some associated functions: DiagrammeR . DiagrammeROutput . add_balanced_tree . add_cycle . add_edge . add_edge_clone . add_edge_df . add_edges_from_table . add_edges_w_string . add_forward_edges_ws . add_full_graph . add_global_graph_attrs . add_gnm_graph . add_gnp_graph . add_graph_action . add_graph_to_graph_series . add_grid_2d . add_grid_3d . add_growing_graph . add_islands_graph . add_mathjax . add_n_node_clones . add_n_nodes . add_n_nodes_ws . add_node . add_node_clones_ws . add_node_df . add_nodes_from_df_cols . add_nodes_from_table . add_pa_graph . add_path . add_prism . add_reverse_edges_ws . add_smallworld_graph . add_star . clear_selection . colorize_edge_attrs . colorize_node_attrs . combine_edfs . combine_graphs . combine_ndfs . copy_edge_attrs . copy_node_attrs . count_asymmetric_node_pairs . count_automorphisms . count_edges . count_graphs_in_graph_series . count_loop_edges . count_mutual_node_pairs . count_nodes . count_s_connected_cmpts . count_unconnected_node_pairs . count_unconnected_nodes . count_w_connected_cmpts . create_edge_df . create_graph . create_graph_series . create_node_df . currencies . delete_cache . delete_edge . delete_edges_ws . delete_global_graph_attrs . delete_graph_actions . delete_loop_edges_ws . delete_node . delete_nodes_ws . deselect_edges . deselect_nodes . display_metagraph . do_bfs . do_dfs . drop_edge_attrs . drop_node_attrs . edge_aes . edge_data . edge_list_1 . edge_list_2 . export_csv . export_graph . filter_graph_series . from_adj_matrix . from_igraph . fully_connect_nodes_ws . fully_disconnect_nodes_ws . generate_dot . get_adhesion . get_agg_degree_in . get_agg_degree_out . get_agg_degree_total . get_all_connected_nodes . get_alpha_centrality . get_articulation_points . get_authority_centrality . get_betweenness . get_bridging . get_cache . get_closeness . get_closeness_vitality . get_cmty_edge_btwns . get_cmty_fast_greedy . get_cmty_l_eigenvec . get_cmty_louvain . get_cmty_walktrap . get_common_nbrs . get_constraint . get_coreness . get_degree_distribution . get_degree_histogram . get_degree_in . get_degree_out . get_degree_total . get_dice_similarity . get_eccentricity . get_edge_attrs . get_edge_attrs_ws . get_edge_count_w_multiedge . get_edge_df . get_edge_df_ws . get_edge_ids . get_edge_info . get_edges . get_eigen_centrality . get_girth . get_global_graph_attr_info . get_graph_actions . get_graph_from_graph_series . get_graph_info . get_graph_log . get_graph_name . get_graph_series_info . get_graph_time . get_jaccard_similarity . get_last_edges_created . get_last_nodes_created . get_leverage_centrality . get_max_eccentricity . get_mean_distance . get_min_cut_between . get_min_eccentricity . get_multiedge_count . get_nbrs . get_node_attrs . get_node_attrs_ws . get_node_df . get_node_df_ws . get_node_ids . get_node_info . get_non_nbrs . get_pagerank . get_paths . get_periphery . get_predecessors . get_radiality . get_reciprocity . get_s_connected_cmpts . get_selection . get_similar_nbrs . get_successors . get_w_connected_cmpts . grViz . grVizOutput . import_graph . invert_selection . is_edge_loop . is_edge_multiple . is_edge_mutual . is_edge_present . is_graph_connected . is_graph_dag . is_graph_directed . is_graph_empty . is_graph_simple . is_graph_undirected . is_graph_weighted . is_node_present . is_property_graph . join_edge_attrs . join_node_attrs . layout_nodes_w_string . mermaid . mutate_edge_attrs . mutate_edge_attrs_ws . mutate_node_attrs . mutate_node_attrs_ws . node_aes . node_data . node_edge_aes_data . node_list_1 . node_list_2 . nudge_node_positions_ws . open_graph . pipe . print.dgr_graph . recode_edge_attrs . recode_node_attrs . remove_graph_from_graph_series . rename_edge_attrs . rename_node_attrs . renderDiagrammeR . renderGrViz . render_graph . render_graph_from_graph_series . reorder_graph_actions . replace_in_spec . rescale_edge_attrs . rescale_node_attrs . rev_edge_dir . rev_edge_dir_ws . save_graph . select_edges . select_edges_by_edge_id . select_edges_by_node_id . select_last_edges_created . select_last_nodes_created . select_nodes . select_nodes_by_degree . select_nodes_by_id . select_nodes_in_neighborhood . set_cache . set_edge_attr_to_display . set_edge_attrs . set_edge_attrs_ws . set_graph_directed . set_graph_name . set_graph_time . set_graph_undirected . set_node_attr_to_display . set_node_attr_w_fcn . set_node_attrs . set_node_attrs_ws . set_node_position . to_igraph . transform_to_complement_graph . transform_to_min_spanning_tree . transform_to_subgraph_ws . trav_both . trav_both_edge . trav_in . trav_in_edge . trav_in_node . trav_in_until . trav_out . trav_out_edge . trav_out_node . trav_out_until . trav_reverse_edge . trigger_graph_actions . usd_exchange_rates . visnetwork . x11_hex . 
Some associated R codes: DiagrammeR.R . add_balanced_tree.R . add_cycle.R . add_edge.R . add_edge_clone.R . add_edge_df.R . add_edges_from_table.R . add_edges_w_string.R . add_forward_edges_ws.R . add_full_graph.R . add_global_graph_attrs.R . add_gnm_graph.R . add_gnp_graph.R . add_graph_action.R . add_graph_to_graph_series.R . add_grid_2d.R . add_grid_3d.R . add_growing_graph.R . add_islands_graph.R . add_n_node_clones.R . add_n_nodes.R . add_n_nodes_ws.R . add_node.R . add_node_clones_ws.R . add_node_df.R . add_nodes_from_df_cols.R . add_nodes_from_table.R . add_pa_graph.R . add_path.R . add_prism.R . add_reverse_edges_ws.R . add_smallworld_graph.R . add_star.R . attr_themes.R . base64.R . clear_selection.R . colorize_edge_attrs.R . colorize_node_attrs.R . combine_edfs.R . combine_graphs.R . combine_ndfs.R . copy_edge_attrs.R . copy_node_attrs.R . count_asymmetric_node_pairs.R . count_automorphisms.R . count_edges.R . count_graphs_in_graph_series.R . count_loop_edges.R . count_mutual_node_pairs.R . count_nodes.R . count_s_connected_cmpts.R . count_unconnected_node_pairs.R . count_unconnected_nodes.R . count_w_connected_cmpts.R . create_edge_df.R . create_graph.R . create_graph_series.R . create_node_df.R . data.R . delete_cache.R . delete_edge.R . delete_edges_ws.R . delete_global_graph_attrs.R . delete_graph_actions.R . delete_loop_edges_ws.R . delete_node.R . delete_nodes_ws.R . deselect_edges.R . deselect_nodes.R . display_metagraph.R . do_bfs.R . do_dfs.R . docs_node_edge_aes_data.R . drop_edge_attrs.R . drop_node_attrs.R . edge_aes.R . edge_data.R . export_csv.R . export_graph.R . filter_graph_series.R . from_adj_matrix.R . from_igraph.R . fully_connect_nodes_ws.R . fully_disconnect_nodes_ws.R . generate_dot.R . get_adhesion.R . get_agg_degree_in.R . get_agg_degree_out.R . get_agg_degree_total.R . get_all_connected_nodes.R . get_alpha_centrality.R . get_articulation_points.R . get_authority_centrality.R . get_betweenness.R . get_bridging.R . get_cache.R . get_closeness.R . get_closeness_vitality.R . get_cmty_edge_btwns.R . get_cmty_fast_greedy.R . get_cmty_l_eigenvec.R . get_cmty_louvain.R . get_cmty_walktrap.R . get_common_nbrs.R . get_constraint.R . get_coreness.R . get_degree_distribution.R . get_degree_histogram.R . get_degree_in.R . get_degree_out.R . get_degree_total.R . get_dice_similarity.R . get_eccentricity.R . get_edge_attrs.R . get_edge_attrs_ws.R . get_edge_count_w_multiedge.R . get_edge_df.R . get_edge_df_ws.R . get_edge_ids.R . get_edge_info.R . get_edges.R . get_eigen_centrality.R . get_girth.R . get_global_graph_attr_info.R . get_graph_actions.R . get_graph_from_graph_series.R . get_graph_info.R . get_graph_log.R . get_graph_name.R . get_graph_series_info.R . get_graph_time.R . get_jaccard_similarity.R . get_last_edges_created.R . get_last_nodes_created.R . get_leverage_centrality.R . get_max_eccentricity.R . get_mean_distance.R . get_min_cut_between.R . get_min_eccentricity.R . get_multiedge_count.R . get_nbrs.R . get_node_attrs.R . get_node_attrs_ws.R . get_node_df.R . get_node_df_ws.R . get_node_ids.R . get_node_info.R . get_non_nbrs.R . get_pagerank.R . get_paths.R . get_periphery.R . get_predecessors.R . get_radiality.R . get_reciprocity.R . get_s_connected_cmpts.R . get_selection.R . get_similar_nbrs.R . get_successors.R . get_w_connected_cmpts.R . grViz.R . import_graph.R . invert_selection.R . is_edge_loop.R . is_edge_multiple.R . is_edge_mutual.R . is_edge_present.R . is_graph_connected.R . is_graph_dag.R . is_graph_directed.R . is_graph_empty.R . is_graph_simple.R . is_graph_undirected.R . is_graph_weighted.R . is_node_present.R . is_property_graph.R . join_edge_attrs.R . join_node_attrs.R . layout_nodes_w_string.R . mermaid.R . mutate_edge_attrs.R . mutate_edge_attrs_ws.R . mutate_node_attrs.R . mutate_node_attrs_ws.R . node_aes.R . node_data.R . nudge_node_positions_ws.R . open_graph.R . pipe.R . print.R . recode_edge_attrs.R . recode_node_attrs.R . remove_graph_from_graph_series.R . rename_edge_attrs.R . rename_node_attrs.R . render_graph.R . render_graph_from_graph_series.R . reorder_graph_actions.R . rescale_edge_attrs.R . rescale_node_attrs.R . rev_edge_dir.R . rev_edge_dir_ws.R . save_graph.R . select_edges.R . select_edges_by_edge_id.R . select_edges_by_node_id.R . select_last_edges_created.R . select_last_nodes_created.R . select_nodes.R . select_nodes_by_degree.R . select_nodes_by_id.R . select_nodes_in_neighborhood.R . set_cache.R . set_edge_attr_to_display.R . set_edge_attrs.R . set_edge_attrs_ws.R . set_graph_directed.R . set_graph_name.R . set_graph_time.R . set_graph_undirected.R . set_node_attr_to_display.R . set_node_attr_w_fcn.R . set_node_attrs.R . set_node_attrs_ws.R . set_node_position.R . spectools.R . to_igraph.R . transform_to_complement_graph.R . transform_to_min_spanning_tree.R . transform_to_subgraph_ws.R . trav_both.R . trav_both_edge.R . trav_in.R . trav_in_edge.R . trav_in_node.R . trav_in_until.R . trav_out.R . trav_out_edge.R . trav_out_node.R . trav_out_until.R . trav_reverse_edge.R . trigger_graph_actions.R . utils.R . visnetwork.R . x11_hex.R . zzz.R .  Full DiagrammeR package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

odns  
Access Scottish Health and Social Care Open Data
Allows potential users of Scottish Health and Social Care Open Data ( ...
Download / Learn more Package Citations See dependency  
spider  
Species Identity and Evolution in R
Analysis of species limits and DNA barcoding data. Included are functions for generating important s ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
jointseg  
Joint Segmentation of Multivariate (Copy Number) Signals
Methods for fast segmentation of multivariate signals into piecewise constant profiles and for gene ...
Download / Learn more Package Citations See dependency  
Countr  
Flexible Univariate Count Models Based on Renewal Processes
Flexible univariate count models based on renewal processes. The models may include covariates and ...
Download / Learn more Package Citations See dependency  
heatmaply  
Interactive Cluster Heat Maps Using 'plotly' and 'ggplot2'
Create interactive cluster 'heatmaps' that can be saved as a stand- alone HTML file, embedded in 'R ...
Download / Learn more Package Citations See dependency  

28,720

R Packages

247,686

Dependencies

75,677

Author Associations

28,721

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA