<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I show graphs created in Open Source Integration Node, SAS Enterprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-show-graphs-created-in-Open-Source-Integration-Node/m-p/464912#M7063</link>
    <description>&lt;P&gt;Hello everyone!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to show in the output of an OPEN SOURCE INTEGRATION NODE (SAS Enterprise Miner 14.3) a graph I create in R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I designed a toy dataset and the graph I would like to see in SAS Enterprise Miner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;R Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;set.seed(12345)

# Populating a dataset:
data &amp;lt;- data.frame(x = rnorm(n=100, mean = 0, sd = 1), 
                   y = rnorm(n=100, mean = 0, sd = 1))


# The graph I want to display in SAS Enterprise Miner:
plot(data$x, data$y, 
     main = 'A simple ScattePlot',
     xlab = 'Rand sample x',
     ylab = 'Rand sample y')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And the expected graph I would obtain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Expected graph (R Environment)" style="width: 493px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20769iFB2FF10309A8D35F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Expected_Graph.jpeg" alt="Expected graph (R Environment)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Expected graph (R Environment)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAS ENTERPRISE MINER (version 14.3):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;put an Open Source Integration Node, set the OUTPUT MODE to NONE, put the same R code (above) as shown here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output Mode = NONE" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20770i41A6BA5EAA0C4C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="What I have on SASEM.JPG" alt="Output Mode = NONE" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output Mode = NONE&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the node, I can't see the graph I expected to see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="No expected graph in the Results Window..." style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20771iE260468115516D8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="What I get.JPG" alt="No expected graph in the Results Window..." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;No expected graph in the Results Window...&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what else to do, what I am missing to configurate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance, for the tips you could provide.&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 21:18:11 GMT</pubDate>
    <dc:creator>juan_valido</dc:creator>
    <dc:date>2018-05-24T21:18:11Z</dc:date>
    <item>
      <title>How can I show graphs created in Open Source Integration Node, SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-show-graphs-created-in-Open-Source-Integration-Node/m-p/464912#M7063</link>
      <description>&lt;P&gt;Hello everyone!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to show in the output of an OPEN SOURCE INTEGRATION NODE (SAS Enterprise Miner 14.3) a graph I create in R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I designed a toy dataset and the graph I would like to see in SAS Enterprise Miner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;R Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;set.seed(12345)

# Populating a dataset:
data &amp;lt;- data.frame(x = rnorm(n=100, mean = 0, sd = 1), 
                   y = rnorm(n=100, mean = 0, sd = 1))


# The graph I want to display in SAS Enterprise Miner:
plot(data$x, data$y, 
     main = 'A simple ScattePlot',
     xlab = 'Rand sample x',
     ylab = 'Rand sample y')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And the expected graph I would obtain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Expected graph (R Environment)" style="width: 493px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20769iFB2FF10309A8D35F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Expected_Graph.jpeg" alt="Expected graph (R Environment)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Expected graph (R Environment)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAS ENTERPRISE MINER (version 14.3):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;put an Open Source Integration Node, set the OUTPUT MODE to NONE, put the same R code (above) as shown here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output Mode = NONE" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20770i41A6BA5EAA0C4C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="What I have on SASEM.JPG" alt="Output Mode = NONE" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output Mode = NONE&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the node, I can't see the graph I expected to see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="No expected graph in the Results Window..." style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20771iE260468115516D8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="What I get.JPG" alt="No expected graph in the Results Window..." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;No expected graph in the Results Window...&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what else to do, what I am missing to configurate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance, for the tips you could provide.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 21:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-show-graphs-created-in-Open-Source-Integration-Node/m-p/464912#M7063</guid>
      <dc:creator>juan_valido</dc:creator>
      <dc:date>2018-05-24T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show graphs created in Open Source Integration Node, SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-show-graphs-created-in-Open-Source-Integration-Node/m-p/465163#M7069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209429"&gt;@juan_valido&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Graphics that are generated in R and saved with the following file extensions (jpg, png, gif) are available on the View Menu. Select View &amp;gt;&amp;gt; SAS Results &amp;gt;&amp;gt; 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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save these graphic files to the current R working directory. Here is a sample where a plot is save into a png file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;png("EMR_forestMsePlot.png")&lt;BR /&gt;plot(&amp;amp;EMR_MODEL, main='randomForest MSE Plot')&lt;BR /&gt;dev.off()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Radhikha&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 17:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-show-graphs-created-in-Open-Source-Integration-Node/m-p/465163#M7069</guid>
      <dc:creator>RadhikhaMyneni</dc:creator>
      <dc:date>2018-05-25T17:29:49Z</dc:date>
    </item>
  </channel>
</rss>

