Description Usage Arguments Value
View source: R/get_node_class_types.R
This is an internal function used to make a list of class types for each connection type of node.
1 2 3 4 5 6 7 8 9 | get_node_class_types(
node_connection_types,
start_node_estimator,
middle_node_estimator,
end_node_estimator,
start_node_initializer,
middle_node_initializer,
end_node_initializer
)
|
node_connection_types |
A list of strings indicating the type of the node |
start_node_estimator |
A handle to a function which takes a node as an argument and is able to estimate a Start type node |
middle_node_estimator |
A handle to a function which takes a node as an argument and is able to estimate a Middle type node |
end_node_estimator |
A handle to a function which takes a node as an argument and is able to estimate an End type node |
A list of node class types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.