Description Usage Arguments Details Value Examples
View source: R/f1.rbsb2.code.r
Detects the existence of 'na' as a valid node names or a valid
variable names included into nom
or nom@nom
.
1 | nv3nom(na, nom)
|
na |
name vector to be looked for |
nom |
nom object to make the correspondence. |
In case of identical variable and node names, the node will be
retained: nv3nom("a",new("nom",x=list(a="a")))
returns 1, not
-1.
a named (with na
) numeric vector of length(na)
. Its
values are: -i when a variable name of the ith node 0 when no
correspondance; 1 when a node name with variable(s); 2 when a
node[variable] name; 3 when a node name without variable.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.