graphab_project_desc {graph4lg} | R Documentation |
Describe the objects of a Graphab project
Description
The function describes the objects of a Graphab project
Usage
graphab_project_desc(
proj_name,
mode = "patches",
linkset = NULL,
proj_path = NULL,
fig = FALSE,
return_val = TRUE
)
Arguments
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. |
mode |
A character string indicating the objects of the project that are described. It must be either:
|
linkset |
A character string indicating the name of the link set
whose properties are imported. The link set has been created with Graphab
or using |
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 |
fig |
Logical (default = FALSE) indicating whether to plot a figure of
the resulting spatial graph. The figure is plotted using function
|
return_val |
Logical (default = TRUE) indicating whether the project features are returned as a list (TRUE) or only displayed in the R console (FALSE). |
Author(s)
P. Savary
Examples
## Not run:
graphab_project_desc(proj_name = "grphb_ex",
mode = "patches",
fig = FALSE)
## End(Not run)