View source: R/statisticalDiagram.R
findNames | R Documentation |
convert a vector of names with list
findNames(labels, nodeslabels = list(), names, exact = FALSE)
labels |
A named list |
nodeslabels |
A named list |
names |
A character vector to look for |
exact |
A logical |
labels=list(X="wt",Mi="am",Y="mpg");names=c("X","MiX","Y") findNames(labels,names=names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.