Difference between revisions of "OpasnetUtils/Drafts"

From Testiwiki
Jump to: navigation, search
(Answer)
(Answer)
Line 42: Line 42:
 
if (is.null(weight))  
 
if (is.null(weight))  
 
weight <- paste(ova@name, "Result", sep = "")
 
weight <- paste(ova@name, "Result", sep = "")
 +
if("Iter" %in% colnames(ova@output))
 +
ova <- oapply(ova, cols = "Iter", FUN = mean)
 
plo <- ggplot(ova@output, aes_string(x = x, fill = fill, weight = weight)) +
 
plo <- ggplot(ova@output, aes_string(x = x, fill = fill, weight = weight)) +
 
theme_gray(base_size = base_size)   
 
theme_gray(base_size = base_size)   

Revision as of 15:28, 5 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>