Difference between revisions of "OpasnetUtils/Drafts"

From Testiwiki
Jump to: navigation, search
(Answer)
(Answer)
Line 20: Line 20:
  
 
##### Makes a directed acyclic graph (DAG) out of all ovariables and their dependencies in the global environment.
 
##### Makes a directed acyclic graph (DAG) out of all ovariables and their dependencies in the global environment.
##### Requires dagR package.
+
##### Requires igraph package.
 +
### ideas of additional atteibutes: decision indices are shown as specific colour on vertex border.
 +
## voi analysis results are shown as the size of vertex. Can this be retrieved from somewhere automatically? Only if there is a specific object eg voi.
 +
## good functions for layout: layout.fruchterman.reingold() layout.reingold.tilford() layout.lgl()
 +
 
  
 
MakeOvaDag <- function(...) {
 
MakeOvaDag <- function(...) {

Revision as of 07:39, 19 September 2015



Question

Which functions are so useful that they should be taken into OpasnetUtils package? This page contains draft function which will be included when they are good enough and found important.

Answer

Call the objects stored by this code from another rode with this command:

objects.latest("Op_en6007", code_name = "answer")

+ Show code

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>