gbm.auto icon indicating copy to clipboard operation
gbm.auto copied to clipboard

Auto: multiple dev.off()s so they're all closed

Open SimonDedman opened this issue 2 years ago • 0 comments

while (dev.list() > 1) dev.off()

something like this but kinda need to loop it within itself so it prints dev.off until we're back to null device (1)

Not sure how to do this though. Put at the end of gbm.auto and also replace the bit in options()?

SimonDedman avatar May 23 '23 23:05 SimonDedman