Skip to content

Commit

Permalink
Update 'showcase.R'
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Löffler <[email protected]>
  • Loading branch information
maxloeffler committed May 16, 2024
1 parent cdbea3c commit 8c89512
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions showcase.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@ for (range in names(cf.data)) {
}
print(run.lapply(cf.data, "get.class.name"))

cf.data = split.data.time.based(x.data, time.period = "18 month", split.basis = c("commits", "issues"))
for (range in names(cf.data)) {
y.data = cf.data[[range]]
y = NetworkBuilder$new(project.data = y.data, network.conf = net.conf)
plot.network(y$get.bipartite.network())
}
print(run.lapply(cf.data, "get.class.name"))

mybins = c("2012-07-10 15:58:00", "2012-07-15 16:02:00", "2012-07-20 16:04:00", "2012-07-25 16:06:30")
cf.data = split.data.time.based(x.data, bins = mybins)
for (range in names(cf.data)) {
Expand Down

0 comments on commit 8c89512

Please sign in to comment.