adjustGraph {IFC} | R Documentation |
IFC Graph Adjustment
Description
Helper to readjust 'IFC_data' graphs in case of missing feature, region, population.
Usage
adjustGraph(obj, graph, adjust_graph = TRUE, ...)
Arguments
obj |
an object of class 'IFC_data' extracted by ExtractFromDAF(extract_features = TRUE) or ExtractFromXIF(extract_features = TRUE). |
graph |
a graph from 'obj' or a list that can be coerced by |
adjust_graph |
whether to try to adjust graph(s) when possible. Default is TRUE. |
... |
other arguments to be passed. |
[Package IFC version 0.2.1 Index]