@@ -175,7 +175,7 @@ get.path.data.graph <- function(mode, char.det=NA, net.type, order=NA, window.si
175175# window.size: value for this parameter (ignored for mode="scenes").
176176# overlap: value for this parameter, specified for of the above parameter value.
177177# (also ignored for mode="scenes").
178- # weights: either "occurrences" or "duration" (ignored for mode="window.xxx").
178+ # weights: "occurrences", "duration", "none " (ignored for mode="window.xxx").
179179# arc: the narrative arc to plot (optional).
180180# vol: the volume to plot (optional, and ignored if arc is specified).
181181# filtered: whether this concerns the filtered version of the graph.
@@ -266,7 +266,7 @@ get.path.stat.table <- function(object, mode, char.det=NA, net.type, order=NA, w
266266# window.size: value for this parameter (ignored for mode="scenes").
267267# overlap: value for this parameter, specified for of the above parameter value.
268268# (also ignored for mode="scenes").
269- # weights: either "occurrences" or "duration" (ignored for mode="window.xxx").
269+ # weights: "occurrences", "duration", "none " (ignored for mode="window.xxx").
270270# arc: the narrative arc to plot (optional).
271271# vol: the volume to plot (optional, and ignored if arc is specified).
272272# filtered: whether this concerns the filtered version of the graph (or NA if not applicable).
@@ -369,7 +369,7 @@ get.path.stats.topo <- function(mode, char.det=NA, net.type, order=NA, att=NA, m
369369# meas.name: name of the plot measure.
370370# window.size: value for this parameter.
371371# overlap: value for this parameter, specified for of the above parameter value.
372- # weights: value for this parameters, either "duration" or "occurrences" .
372+ # weights: value for this parameters ("occurrences", "duration", "none") .
373373# arc: the narrative arc to plot (optional).
374374# vol: the volume to plot (optional, and ignored if arc is specified).
375375# filtered: whether this concerns the filtered version of the graph.
0 commit comments