Closed DOH-ISP0303 closed 2 years ago
line 89: invisible(utils::capture.output(aux <- connect_subgraphs(carto, ID)))
ID is not defined, I believe it should be ID.area. (Note, will only result in an error if there are disconnected subgraphs)
You are right! I have fixed the error in the code.
line 89: invisible(utils::capture.output(aux <- connect_subgraphs(carto, ID)))
ID is not defined, I believe it should be ID.area. (Note, will only result in an error if there are disconnected subgraphs)