powered by
Returns a mathgraph object that may have fewer edges than the input.
mathgraph
# S3 method for mathgraph unique(x, incomparables = FALSE, ...)
an object that inherits from mathgraph.
a vector of values that cannot be compared. The only possible value is FALSE, meaning that all values can be compared.
FALSE
other arguments for generic function.
An object that is the same class as the input x, but redundant edges are removed.
x
S Poetry, Patrick J. Burns, Section 13.3
# NOT RUN { unique( c(mathgraph(~ 1:2*2:3), mathgraph(~ 1/3)) ) # }
Run the code above in your browser using DataLab