Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created September 7, 2014 15:07
Show Gist options
  • Save randyzwitch/ec5fa4d32b85abfdc6f6 to your computer and use it in GitHub Desktop.
Save randyzwitch/ec5fa4d32b85abfdc6f6 to your computer and use it in GitHub Desktop.
Pruned Simple Graph of RSiteCatalyst pathing data
#### Second pass: thin the spaghetti blob!
#Require path to happen more than some number of times (count > x)
#What constitutes "low volume" will depend on your level of traffic
simpleoutput2 = "C:/Users/rzwitc200/Desktop/simpleoutput2.html"
d3SimpleNetwork(subset(graph_links, count > 5), Source = "step.1", Target = "step.2", height = 600,
width = 750, fontsize = 12, linkDistance = 50, charge = -100,
linkColour = "#666", nodeColour = "#3182bd",
nodeClickColour = "#E34A33", textColour = "#3182bd", opacity = 0.6,
standAlone = TRUE, file = simpleoutput2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment