Description Usage Arguments Value Examples
Formatting the data for plotting an Individual Cognitive Map
1 | IndCMap(project, doc.id)
|
project |
A QDA project, a list as generated by the ProjectCMap function. |
doc.id |
The id of a document |
a 'IndCMap' object, a list containing various information that could be use for plotting an Individual Cognitive Map. The most important elements are :
A list of information on Cognitive Map's variables (i.e. vertices or concepts)
A list of information about relationships
A graphNEL object
A list of graphical attributes of edges
A list of graphical attributes of nodes (vertices)
A list of graphical attributes of the whole graph
1 2 3 4 5 | project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
IndCMap(my.project, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.