thomasp85 / particles

A particle simulation engine based on a port of d3-force
Other
118 stars 9 forks source link

Load packages in example code #1

Closed batpigandme closed 7 years ago

batpigandme commented 7 years ago

Not sure which package(s) you're attaching before the first pipe, but, as is, it's not a known function (I'd do a PR, but I don't want to mess up your order of operations).

ginolhac commented 7 years ago

with library(tidygraph) and library(ggraph) it went fine. Of course library(particles)

thomasp85 commented 7 years ago

Thanks - I've updated the readme to show the imports