Description Usage Arguments Value Examples
Plotting an Individual Cognitive Map
1 2 3 4 5 6 |
ind.cmap |
An object of class IndCMap, as an output of the IndCMap function |
layoutType |
Type of graph. See detail in RGraphViz. Can be 'neato', 'dot', 'twopi', 'circo', and 'fdp'. The default is 'neato'. |
main |
The title of the map. By default it is "Individual map - Agent's name" |
... |
other graphical parameters |
A plot
1 2 3 4 5 6 7 | project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
icm <- IndCMap(my.project, 1)
plotIndCMap(icm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.