I wrote a Windows application in C ++, I want to do data analysis in R, but bring the graphics to the window of my application, so I call the R-procedure in my application and can send a window handle to R but I do not know how to set the window as graphics device R.
dev {grDevices} functions provide control over several graphic devices, but I think that dev.set () or windows () do not work in this situation, what should I do?
Thanks!
source share