CorrelationLink | R Documentation |
CorrelationLink constructor
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
## S4 method for signature 'Node,Node'
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
## S4 method for signature 'character,character'
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
## S4 method for signature 'numeric,numeric'
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
## S4 method for signature 'NodeId,NodeId'
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
## S4 method for signature 'missing,missing'
CorrelationLink(
source,
target,
correlationCoef = 1,
pValue = NULL,
color = NULL
)
source |
The source node identifier |
target |
The target node identifier |
correlationCoef |
The correlation coefficient (weight) of the link |
pValue |
The p-value of the link |
color |
The color of the link |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.