@@ -74,7 +74,7 @@ INTER_EXPL_FILE <- file.path(ANN_EXPLICIT_FOLDER,"chars_by_panel.txt")
7474#
7575# mode: either "scenes", "panel.window", or "page.window".
7676# char.det: character detection mode ("implicit" or "explicit", NA if not relevant).
77- # net.type: "static", "cumulative", "narr_smooth".
77+ # net.type: "static", "instant", " cumulative", "narr_smooth".
7878# order: "publication" vs. "story" order for the dynamic networks.
7979# window.size: value for this parameter.
8080# overlap: value for this parameter, specified for of the above parameter value.
@@ -170,7 +170,7 @@ get.path.data.graph <- function(mode, char.det=NA, net.type, order=NA, window.si
170170# object: "nodes", "nodepairs", "links", "graph"...
171171# mode: either "scenes", "panel.window", or "page.window".
172172# char.det: character detection mode ("implicit" or "explicit", NA if not relevant).
173- # net.type: "static", "cumulative", "narr_smooth".
173+ # net.type: "static", "instant", " cumulative", "narr_smooth".
174174# order: "publication" vs. "story" order for the dynamic networks.
175175# window.size: value for this parameter (ignored for mode="scenes").
176176# overlap: value for this parameter, specified for of the above parameter value.
@@ -259,7 +259,7 @@ get.path.stat.table <- function(object, mode, char.det=NA, net.type, order=NA, w
259259#
260260# mode: either "scenes", "panel.window", or "page.window".
261261# char.det: character detection mode ("implicit" or "explicit", NA if not relevant).
262- # net.type: "static", "cumulative", "narr_smooth".
262+ # net.type: "static", "instant", " cumulative", "narr_smooth".
263263# order: "publication" vs. "story" order for the dynamic networks.
264264# att: vertex attribute concerned.
265265# meas.name: file-ready name of the measure.
@@ -364,7 +364,7 @@ get.path.stats.topo <- function(mode, char.det=NA, net.type, order=NA, att=NA, m
364364#
365365# mode: either "scenes", "panel.window", or "page.window".
366366# char.det: character detection mode ("implicit" or "explicit", NA if not relevant).
367- # net.type: "static", "cumulative", "narr_smooth".
367+ # net.type: "static", "instant", " cumulative", "narr_smooth".
368368# order: "publication" vs. "story" order for the dynamic networks.
369369# meas.name: name of the plot measure.
370370# window.size: value for this parameter.
0 commit comments