#> #> Attaching package: 'tidygraph' #> The following object is masked from 'package:stats': #> #> filter library(ggraph) #> Loading required package: ggplot2 # Make a graph with different directions of edges gr <- create_notable('Meredith') ggraph(gr, 'linear') + geom_edge_arc(col...