View source: R/get_graphab_metric.R
get_graphab_metric | R Documentation |
The function gets the metrics computed at the node-level in the Graphab project
get_graphab_metric(proj_name, proj_path = NULL)
proj_name |
A character string indicating the Graphab project name. The project name is also the name of the project directory in which the file proj_name.xml is. |
proj_path |
(optional) A character string indicating the path to the
directory that contains the project directory. It should be used when the
project directory is not in the current working directory. Default is NULL.
When 'proj_path = NULL', the project directory is equal to |
The imported metrics describe the patches and have been computed from the different graphs created in the Graphab project. See more information in Graphab 2.8 manual: https://sourcesup.renater.fr/www/graphab/download/manual-2.8-en.pdf
A data.frame with metrics computed at the patch level.
P. Savary
## Not run: get_graphab_metric(proj_name = "grphb_ex") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.