The best way to understand how the R integration works is to think of Visual Analytics as the front end tool to help you rapidly create complex and meaningful visualizations of your statistical data analysis that is run using R. Using our calculated field designer, create calculated fields that invoke R commands and Visual Analytics will plot the resulting data similar to any other field. |
The best way to understand how the R integration works is to think of Visual Analytics as the front end tool to help you rapidly create complex and meaningful visualizations of your statistical data analysis that is run using R. Using our calculated field designer, create calculated fields that invoke R commands and Visual Analytics will plot the resulting data similar to any other field.
To start using R with Visual Analytics in Aqua Data Studio, both R and Rserve must be pre-installed. R is the statistical environment and Rserve is the TCP/IP server which allows other programs to use facilities of R. Rserve supports remote connection and authentication.
1. User will be required to have R preinstalled: http://cran.r-project.org
2. User will be required to have Rserve preinstalled: https://rforge.net/Rserve
3. Complete installation instructions for different OS are provided in our R installation page.
The R script result must be either a scalar or vector of length one that is replicated for all rows, or a vector of length equal to the number of rows in the VA result table.
To support string fields as input parameters into the SCRIPT_X functions, Visual Analytics support ATTR() function.