Hi @juan_valido
Graphics that are generated in R and saved with the following file extensions (jpg, png, gif) are available on the View Menu. Select View >> SAS Results >> Train Graphs to access your R generated charts, graphs, and data visualizations. Multiple graphics can be accessed using the arrow buttons in the Train Graphs dialog box.
Save these graphic files to the current R working directory. Here is a sample where a plot is save into a png file.
png("EMR_forestMsePlot.png") plot(&EMR_MODEL, main='randomForest MSE Plot') dev.off()
Hope this helps.
Radhikha
... View more