sinkAway {cellmigRation} | R Documentation |
Tool for Sinking Output as part of the Optimization Parameter process
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
print(1) cellmigRation:::sinkAway("O") print(2) cellmigRation:::sinkAway("O", NULL) print(3)