nodesData | R Documentation |
This function extracts the nodes that are On/Off in a network, according to a given dataset
nodesData(data.On, dataGMM, pknList)
data.On |
a |
dataGMM |
a |
pknList |
a |
This function returns a list that contains elements On
, Off
, Onlist
and Offlist
, which contain character vectors of names of nodes that are On/Off in the network given by pknList
, according to the data in data.On
and dataGMM
, either as single character vectors (On
, Off
) or organised by condition and treatments like in data.On
(Onlist
, Offlist
).
C. Terfve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.