Description Usage Arguments Value Examples
this function returns an igraph object based on links or in .Rdata created previously
1 2 3 |
data_raw |
a dataframe with production data use function load_raw_data() |
init |
an integer pointing the initial year |
end |
an integer pointing the final year |
producer |
name of the column in data_raw that contains the name or id of producers. It should be factor. |
category |
name of the column in data_raw that contains the name or id of categories. It should be factor. |
value |
name of the column in data_raw that contains the feature to aggregate. should be numeric |
agg |
function to aggregate, usually sum or mean. If NaN, no aggregation is computed |
a Data Frame to overlay.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.