update_y_stack {flowchart}R Documentation

update_y_stack

Description

Function to update the vertical position of the previuosly created flowcharts, to stack the two flowcharts with fc_stack().

Usage

update_y_stack(y, x, type, i, n)

Arguments

y

old vertical position of the boxes

x

old horizontal position of the boxes

type

type of the boxes

i

position of the flowchart within the list of flowcharts.

n

number of total flowcharts to merge


[Package flowchart version 0.8.0 Index]