A ggraph plotting setup for mental model data
     
    
    Usage
    mental_model_ggraph(graph, ...)
 
     
    
    Arguments
    - graph
 
Igraph object based on mental model data
 
- ...
 
other parameters to ggraph, eg. layout choice - normally defaults
to "stress"
Check the graphlayouts package for more options, eg. "circle" or "sugiyama"