I've generated some KaryoploteR plots I want to use, but I have a lot of them to handle. I'd like to be able to organize them in a grid or at least export them in code. But if I assign the output to a variable, it seems like it just assigns parameter data and doesn't assign a graphical object to the parameter.
I looked through the code, and it appears to call graphics::plot() to generate the graphics. I'm not super familiar with the underlying graphics handling in R. Is there a way to assign KaryoploteR plots to figures so I can plot them within a grid or export them using the png or tiff saving functions?
Thank you for explaining the issue in detail. It would help if you could post some example code where help is needed.