Charting with R
You can use the 1010data graphics widget to create charts in R.
For more details about using the graphics widget, see <widget class_="graphics">
in the 1010data Reference Manual.
The code for charting with R should use the following
format:
<dynamic>
<widget class_="graphics">
... 1010 XML QUERY ...
<layer name="implementation" plotvar_="[R VAR]" plotlib_="[R LIB]">
<code language_="r">
<![CDATA[
... R CODE ...
]]>
<code>
</layer>
</widget>
</dynamic>