Created
September 7, 2014 15:07
-
-
Save randyzwitch/ec5fa4d32b85abfdc6f6 to your computer and use it in GitHub Desktop.
Pruned Simple Graph of RSiteCatalyst pathing data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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