cg_as_double {cgraph} | R Documentation |
Coerce x
to a one-dimensional numeric vector.
cg_as_double(x, name = NULL)
x |
either a cg_node object or a numeric matrix or array. |
name |
character scalar, name of the operation (optional). |
cg_operator object, node of the operation.
This function is identical to cg_as_numeric
.
Ron Triepels