{ggraph} R# Documentation

ggraph


require(ggplot);

#' A grammar of graphics for relational data
imports "ggraph" from "ggraph";

A grammar of graphics for relational data

ggraph is an extension of ggplot2 aimed at supporting relational data structures such as networks, graphs, and trees. While it builds upon the foundation of ggplot2 and its API it comes with its own self-contained set of geoms, facets, etc., as well as adding the concept of layouts to the grammar.

The core concepts

ggraph builds upon three core concepts that are quite easy To understand:



.NET clr function exports
geom_node_point
geom_node_text
geom_node_convexHull
map

create style mapping for do graph rendering


[Document Index]