Learn R Programming

graph4lg (version 1.8.0)

check_merge: Check whether the option 'nomerge' was used when building the landscape graph with Graphab

Description

The function checks whether the option 'nomerge' was used when building the landscape graph with Graphab

Usage

check_merge(proj_end_path)

Value

The function returns a logical indicating whether 'nomerge' was used. If nomerge=TRUE, then it returns FALSE. If nomerge=FALSE, it returns TRUE.

Arguments

proj_end_path

The path to the project .xml file.

Author

P. Savary

Examples

Run this code
if (FALSE) {
proj_name <- "grphb_ex"
check_merge(proj_name = proj_name)
}

Run the code above in your browser using DataLab