flow | R Documentation |
Vistla builds the tree by optimising the influence score over path, which is given by the iota function.
The flow
argument of the vistla function can be used to modify the default iota and some associated behaviours.
This function can be used to construct the proper value for this argument.
flow(code, ..., from = TRUE, into = FALSE, down, up, forcepath)
## S3 method for class 'vistla_flow'
print(x, ...)
code |
Character code of the flow parameter, like |
... |
ignored. |
from |
if |
into |
if |
down |
if |
up |
if |
forcepath |
when neither |
x |
flow value to print. |
A vistla_flow
object which can be passed to the vistla
function;
in practice, a single integer value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.