Description Usage Arguments Value Examples
unify.concepts
first calls get.unified.concepts
on the maps of a conceptmaps object and then calls
modify.concepts.conceptmaps
on each of the constituent maps. Afterwards, therefore, each map of the conceptmaps object will
share the same common superset of concepts.
1 | unify.concepts(maps)
|
maps |
A conceptmaps object. |
A conceptmaps object in of the same map of maps
, in which every map shares the same concepts.
1 2 3 4 5 6 7 8 9 10 | data = rbind(
cbind("1", "Object", "Class", "is instance of"),
cbind("1", "Object", "Attribute", "has"),
cbind("2", "Class", "Attribute", "possesses"),
cbind("2", "Attribute", "Data-type", "has"),
cbind("3", "Object", "Class", "is instance of")
)
cms = conceptmaps(data)
unify.concepts(cms)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.