
Last chance! 50% off unlimited learning
Sale ends in
new("vertexSet", ...)
which admit short-hands of the form v(...)
..Data
:"vector"
storing unique character identifiers that are sintactically valid names"character"
, from data part.
Class "vector"
, by class "character"
.signature(.Object = "vertexSet")
:
constructs a vertex set from a vector of unique sintactically valid namessignature(object = "vertexSet")
:
displays a vertex set as comma separated characters in graph bracketssignature(x = "vertexSet", y = "vertexSet")
:
x and y are the same vertex set if they are the same set of character identifierssignature(x = "vertexSet")
: extracts a vertex setsignature(from = "vector", to = "vertexSet")
: constructs a vertex set from vector inputsignature(x = "vertexSet")
: gets the character vertex identifierssignature(e1 = "vertexSet", e2 = "vertexSet")
: performs the union of two vertex setssignature(e1 = "vertexSet", e2 = "vertexSet")
: performs the intersection of two vertex setssignature(e1 = "vertexSet", e2 = "vertexSet")
: performs the asymmetric difference of two vertex setsmake.names
from the unique input elements.v
.