-
print.L1centNB()
can now handle a graph with a missing vertex name (i.e.,V(g)$name == NULL
). If vertex names are missing, the function automatically sets them toV1
,V2
, ..., and prints them. -
The
type
argument is set to 1 in thequantile()
function inside theL1centLOC()
andL1centEDGE()
functions.