Does any know how to easily integrate graphs generated by R code called from PROC IML's interface to R into the SAS ODS output?
And if so are there any changes that need to made for it to work with the SAS/Studio 3.5 user interface?
R sends its graphics output to a device that it manages. The graphics do not go through ODS. The only trick I can think of is to write the R graph to a PNG file and then use PROC REPORT to import it into SAS, as shown in this KnowledgeBase article.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates