graph.lcf(n, shifts, repeats)
graph
can create arbitrary graphs, see also the other
functions on the its manual page for creating special graphs.# This is the Franklin graph:
g1 <- graph.lcf(12, c(5,-5), 6)
g2 <- graph.famous("Franklin")
graph.isomorphic.vf2(g1, g2)
Run the code above in your browser using DataLab