All Projects → briatte → Ggnet

briatte / Ggnet

Network visualization with ggplot2

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Ggnet

Ggraph
Grammar of Graph Graphics
Stars: ✭ 815 (+347.8%)
Mutual labels:  ggplot2, network-visualization
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+1051.65%)
Mutual labels:  ggplot2
Dbplot
Simplifies plotting of database and sparklyr data
Stars: ✭ 117 (-35.71%)
Mutual labels:  ggplot2
Lemon
🍋 Lemon --- Freshing up your ggplots
Stars: ✭ 147 (-19.23%)
Mutual labels:  ggplot2
Ggdark
Dark mode for ggplot2 themes
Stars: ✭ 128 (-29.67%)
Mutual labels:  ggplot2
Patchwork
The Composer of ggplots
Stars: ✭ 2,002 (+1000%)
Mutual labels:  ggplot2
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (-41.76%)
Mutual labels:  network-visualization
Gghalves
✂️ Easy half-half geoms in ggplot2
Stars: ✭ 174 (-4.4%)
Mutual labels:  ggplot2
Gglabeller
Shiny gadget for labeling points on ggplot
Stars: ✭ 161 (-11.54%)
Mutual labels:  ggplot2
Complex Upset
A library for creating complex UpSet plots with ggplot2 geoms
Stars: ✭ 147 (-19.23%)
Mutual labels:  ggplot2
Gganimate
A Grammar of Animated Graphics
Stars: ✭ 1,744 (+858.24%)
Mutual labels:  ggplot2
Ggparliament
Simple parliament plots using ggplot2
Stars: ✭ 130 (-28.57%)
Mutual labels:  ggplot2
Econocharts
Microeconomics/macroeconomics charts in ggplot2
Stars: ✭ 161 (-11.54%)
Mutual labels:  ggplot2
Ggimage
🎨 Use Images in ggplot2
Stars: ✭ 120 (-34.07%)
Mutual labels:  ggplot2
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (-8.79%)
Mutual labels:  ggplot2
Soccer ggplots
Soccer/football analytics blog posts & data viz from the World Cup, Premier League, Copa America, and beyond. Using ggplot2, ggsoccer, & more. (Est. June 2018) ****Please look at the README for best version of the code!****
Stars: ✭ 115 (-36.81%)
Mutual labels:  ggplot2
Kravis
A {K}otlin g{ra}mmar for data {vis}ualization
Stars: ✭ 134 (-26.37%)
Mutual labels:  ggplot2
Ggh4x
ggplot extension: options for tailored facets, multiple colourscales and miscellaneous
Stars: ✭ 148 (-18.68%)
Mutual labels:  ggplot2
Graphlayouts
new layout algorithms for network visualizations in R
Stars: ✭ 176 (-3.3%)
Mutual labels:  network-visualization
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-7.14%)
Mutual labels:  ggplot2

ggnet: network visualization with ggplot2

This repository contains the latest versions of the ggnet and ggnet2 functions, which allow to visualize networks as ggplot2 objects.

INSTALL

ggnet and ggnet2 are part of the GGally package. Install it from CRAN:

install.packages("GGally")

You can also install ggnet and ggnet2 as a small standalone package:

devtools::install_github("briatte/ggnet")

Note that you will need the latest version of ggplot2 (2.0.0) for any of the functions to work properly.

VIGNETTE

The ggnet2 function is fully documented in this vignette.

The data for one of the examples, a Twitter network of French Members of Parliament, is included in this repository, as is the vignette source.

THANKS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].