<?xml version="1.0"?>
<module xmlns="http://www.openapi.org/2014/" version="0.1">
  <platform name="R"/>
  <description><![CDATA[plot in input 'x']]></description>
  <input name="x" type="internal"/>
  <output name="plot" type="external" ref="Rplots.pdf"/>
  <source><![CDATA[plot(x)]]></source>
</module>
