Description Usage Arguments Value Examples
edge.vector
transforms a concept map into a numeric vector that contains for each occuring pair of concepts whether or not
this pair is connected by a proposition in the concept map.
1 | edge.vector(x)
|
x |
A conceptmap object. |
A numeric vector. The columns are named after the concept-pairs which are sorted alphabetically.
1 2 3 4 5 6 | #Create concept map from a random graph
require("igraph")
g1 = set.vertex.attribute(erdos.renyi.game(5, 0.7, type="gnp"), "name", value=1:5)
cm = conceptmap(g1)
edge.vector(cm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.