Formatting the data for plotting an Individual Cognitive Map
Usage
IndCMap(project, doc.id)
Arguments
project
A QDA project, a list as generated by the ProjectCMap function.
doc.id
The id of a document
Value
a 'IndCMap' object, a list containing various information that could be use for plotting an Individual Cognitive Map. The most important elements are :
"vertex"
A list of information on Cognitive Map's variables (i.e. vertices or concepts)
"edg"
A list of information about relationships
"graph"
A graphNEL object
"eAttrs"
A list of graphical attributes of edges
"nAttrs"
A list of graphical attributes of nodes (vertices)