GenerateFlowchartVect: Generate flowchart vector function

Description Usage Arguments

View source: R/GenerateFlowchartVect.R

Description

This function merges ns from an input result vector or list, and generates vector for flowchart tikz code. Number of excluded subjects are generated automatically.

Usage

1
2
GenerateFlowchartVect(results, node_text, exclusion_text,
  results_lst = NULL)

Arguments

results

Numeric vector or numeric list. Results vector or list. No default.

node_text

Character vector. Node text for each of ns in results. In the order in which ns is presented in the results list. No default.

exclusion_text

Character vector. Length of node_text - 1. Node text for exclusion nodes. In the order in which ns is presenter in the results list. No default.

results_lst

List. Results list, if such a list exist. Defaults to NULL.


citronmeliss/predictionpackr documentation built on Feb. 10, 2020, 12:19 a.m.