eyeScatter | R Documentation |
Accepts a data frame and one column to appear on the y-axis. Allows user to cycle through columns, which will appear on the x-axis. This is done by pressing '<' or '>'. User can save a list of columns of interest by pressing 's'. NOTE: It will make categorical variables numeric whenever possible.
eyeScatter(eData, y)
eData |
A data frame containing numeric and/or categorical variables |
y |
The column to appear on the y-axis entered as either 'col_name' or simply by typing the column number. |
Returns a listing of columns for which 's' was pressed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.