Description Usage Arguments Value Examples
View source: R/Behavioral_profile.R
This functions returns a table containing all direct and parallel relations between activities. The table contains five columns: - the two first represent activity ids - the third represents the type of relations, which is parallel or direct - the last two columns are the corresponding activity names for the first two columns
1 | direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
|
repetition_and_path_log |
repetition and path log list object created by the function create_repetition_and_path_log |
xml_internal_doc |
document object created using the create_internal_document function |
a table as described in the description
1 | ## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.