Identity transformation
Examples
g <- path_graph(3)
id <- id_transformation(g)
is_natural(id) # TRUE
#> [1] TRUE
id@components$V # c(1, 2, 3)
#> [1] 1 2 3
Identity transformation
g <- path_graph(3)
id <- id_transformation(g)
is_natural(id) # TRUE
#> [1] TRUE
id@components$V # c(1, 2, 3)
#> [1] 1 2 3