Skip to content

Commit 4f8f6e0

Browse files
committed
updated comments
1 parent 6b1d192 commit 4f8f6e0

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/dev_ASOIAF.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,5 @@ generate.static.plots.base(data=data)
7070
end.rec.log()
7171

7272
# TODO
73-
# - cum net:
74-
# 1) adapt static extraction to extract seq instead of cum
75-
# 2) define an integration function that can produce cum nets for any unit (panel, scene, volume, arc) based on these seq nets
73+
# - cum net: test if pub order extr works
7674
# - code novel order dyn net extr, and anal

src/dynamic/cumulative.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ cum.graph.extraction <- function(inter.df, char.stats, scene.chars, scene.stats,
120120
last.g <- delete_vertices(graph=last.g, v=last.isolates)
121121
res[[length(res)]] <- last.g
122122

123-
# test
124-
v.nbr <- sapply(res, gorder)
125-
units <- 1:length(res)
126-
x.labels <- sapply(res, function(g) g$NarrUnit)
127-
plot(x=units, y=v.nbr, xaxt="n", xlab=paste0(narr.unit,"s"), ylab="Vertices", col="RED")
128-
axis(side=1, at=units, labels=x.labels, las=2)
123+
# test: plot evolution of nbr of vertices
124+
#v.nbr <- sapply(res, gorder)
125+
#units <- 1:length(res)
126+
#x.labels <- sapply(res, function(g) g$NarrUnit)
127+
#plot(x=units, y=v.nbr, xaxt="n", xlab=paste0(narr.unit,"s"), ylab="Vertices", col="RED")
128+
#axis(side=1, at=units, labels=x.labels, las=2)
129129

130130
return(res)
131131
}

0 commit comments

Comments
 (0)