var fDesc=new Array(); fDesc[0] = "R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.

The background technology is available as a set of components for all platforms to easily build custom applications based on the powerful data analysis and graphics toolboxes from R and Scilab. We support a wide range of different languages (e.g., VBA, VB, C#, C , Python, Java) and different technology platforms (COM/DCOM, .NET, Uno, C, Web Services SOAP/http) to build and integrate solutions."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }