Difference between revisions of "OpasnetUtils/Drafts"

From Testiwiki
Jump to: navigation, search
(Answer: function suomenna removed because it is replaced by translate)
(Answer)
Line 35: Line 35:
 
weight = NULL, # Index for y axis (default: result column)
 
weight = NULL, # Index for y axis (default: result column)
 
fill = NULL, # Index for colour code
 
fill = NULL, # Index for colour code
base_size = BS, # Base size for graph font (object BS must exist!)
+
base_size = NULL, # Base size for graph font (object BS or 18 is used if not given)
 
turnx = FALSE, # Turn x axis labels vertically?
 
turnx = FALSE, # Turn x axis labels vertically?
 
binwidth = NULL # Width of bins
 
binwidth = NULL # Width of bins
 
)  
 
)  
 
{
 
{
 +
if(is.null(base_size)) if(exists("BS")) base_size <- BS else base_size <- 18
 
if(exists("translate")) {
 
if(exists("translate")) {
 
ova <- translate(ova)
 
ova <- translate(ova)

Revision as of 13:09, 22 October 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>