add_vector_node: Add a vector node

Description Usage Arguments Value

View source: R/add_vector_node.R

Description

Add a vector to the graph, which can either consist of 2 or more numbers, TRUE/FALSE values, or strings.

Usage

1
add_vector_node(graph, value)

Arguments

graph

a graph object of class dgr_graph that is created using create_graph.

value

the vector to be used; can be either composed of numeric, character, or logical values.

Value

a graph object of class dgr_graph.


rich-iannone/graphical documentation built on May 27, 2019, 7:58 a.m.