| plotIndCMap | R Documentation |
Plotting an Individual Cognitive Map
plotIndCMap(
ind.cmap,
layoutType = "neato",
main = paste("Individual map -", ind.cmap[["agent"]][["name"]]),
...
)
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
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.