Skip to content

Commit b63aeb7

Browse files
committed
fixed minor bug in dyn net prop plotting
1 parent 21ea95b commit b63aeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamic/evol_prop.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ evol.prop.edges <- function(gg, vtx.plot, char.stats, volume.stats, net.type, fi
359359

360360
# handle narrative unit
361361
narr.unit <- strsplit(gg[[1]]$NarrUnit, split="_")[[1]][1]
362-
if(narr.unit %in% c("volume",arc))
362+
if(narr.unit %in% c("volume","arc"))
363363
plot.vols <- FALSE
364364

365365
# character names

0 commit comments

Comments
 (0)