Description Usage Arguments Details Value Examples
View source: R/all_functions_v8.R
Tool for Sinking Output as part of the Optimization Parameter process
1 | sinkAway(ty = "M", fl = "/dev/null")
|
ty |
character, "M" for messages, anything else for output |
fl |
filename to sink the output to |
This is an internal function supporting the Optimization Parameter process
value returned by the sink() function
1 2 3 4 5 | print(1)
cellmigRation:::sinkAway("O")
print(2)
cellmigRation:::sinkAway("O", NULL)
print(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.