tests/remove.R

library(RUbigraph)
if(isUbigraphRunning()) {

  clear()
  a = newVertex()
  b = newVertex( color = 'red')

  removeVertex(a)

  e = newEdge(a, b, color = 'yellow', width = 10)
  removeEdge(e)
}
omegahat/RUbigraph documentation built on May 24, 2019, 1:55 p.m.