| Function | Description |
| activateWindow | Activate a Window so it has Focus |
| addColumn | Add a column to a dataframe or matrix |
| addDrawingArea | Add a drawing area as a gtk device to a gtk widget |
| addMenuItem | Add menu and submenu items to the menu from R command line |
| addWindowMenu | Add a Menu for Windows to the Control Window |
| askToFind | Asks the user which row or data element they want to locate in a view |
| askToQuit | Ask if the user wants to quit Interactive Scatterplots |
| askToReplot | Check that the user wants to redraw the active view |
| askToReset | Check that the user wants to reset the dataframe to its original state |
| checkIfPlotted | Check if Data set has Views |
| checkIndivTypes | Check that new data point matches other data |
| checkPoint | See if (x,y) location falls within a point |
| clearAllWindows | Clears all Gtk Windows |
| closeWin | Add a callback for the delete event for a gtk window |
| controlEnv | An environment to store information for the controller |
| createColorBrowser | Create a gtk widget to choose a color |
| createControlWindow | Creates a Control Window for Interactive Scatterplots |
| createDataView | Create a Spreadsheet of the Data |
| createGtkDev | Adds a Gtk Device on a Gtk window |
| createKeyPressEvent | Create callbacks for a key press event |
| createMainMenu | Creates a Main Menu for the Gtk Control Window |
| createPlotView | Create a Plot View |
| createView | Create a View |
| dataEnv | An environment to store information about the data sets to be plotted |
| gAddDataMessage-class | Class "gAddDataMessage": A class to represent an add data message |
| gAddMessage-class | Class "gAddMessage": A class to represent an add message |
| gAddViewMessage-class | Class "gAddViewMessage": A class to represent an add view message |
| genView-class | Class "genView": A virtual class to describe a view |
| getActivePlot | Return the plotView object that corresponds to the active plot |
| getChangeDFData | Determine the data needed to update a dataframe |
| getData | An interface function to get data |
| getDataFramesInEnv | Get All Objects That Are Dataframes in Environment |
| getDataFromData | Return data objects from data() |
| getDataSetsInPack | Returns the data sets from a Package |
| getLoadedDF | Get Data sets in environment, dataEnv |
| getPlotsFromViews | Get all View Objects of a Particular Class from the View List |
| getRowDataFromDF | Return certain rows and their indices from a dataframe |
| gMessage-class | Class "gMessage": A virtual class for messages |
| gUpdateDataMessage-class | Class "gUpdateDataMessage": A class to represent an update data message |
| gUpdateMessage-class | Class "gUpdateMessage": A class to represent an update message |
| gUpdateViewMessage-class | Class "gUpdateViewMessage": A class to represent an update view message |
| identifyPoint | Identify the point clicked on a scatterplot |
| loadDFData | Load a Dataframe into dataEnv environment |
| modify | Modify one or more points in a data set |
| packagesWithData | Returns all Packages with Data sets |
| pix2inches | Functions to perform conversions between different units of measurement |
| plotView-class | Class "plotView": A class to represent a plot view |
| printText | Print the row name next to a point |
| removeAccelerators | Remove Accelerators Relating to a Window |
| removeDevices | Remove a gtk device from R's device list |
| removeEnvView | Removes view information from environment variable, viewList |
| replot | Redraw a plot because data has changed |
| reset | Reset a data set to its original state |
| resetWinSize | Reset the Control Window Size |
| scatterplot | Create a scatterplot on a gtk window |
| setControlEnvDefaults | Set the control environment variables to their defaults |
| setControlWindowDefaults | Set the control environment variables for the control window to their defaults |
| setDeleteEvents | Set up the proper events when a gtk window is deleted |
| setEmptyView | Sets the control window to empty view |
| setIdentifyMode | Set the view mode |
| setKeyValToAction | Match key presses to the appropriate action |
| setLoadView | Load A Data File |
| setOpenDView | Sets the control window to open data view |
| setParamList | Set the parameter list for making a scatterplot |
| setPlotDView | Sets the control window to plot data view |
| setVariables | Set Variable Toggle Buttons in Plot Data View |
| setViewDataView | View data in gtk spreadsheet |
| setViewMode | Sets the view mode and plot titles |
| sPlotView-class | Class "sPlotView": A class to represent a scatterplot view |
| spreadView-class | Class "spreadView": A class to represent a spreadsheet view |
| updateControlWindow | Update the Control Window |
| updateCurAction | Update curAction environment variable |
| updateData | An interface function to update data |
| updateDF | Determine values needed to initialize a gUpdateDataMessage object |
| updateDFBysPlot | Determines values needed to initialize a gUpdateDataMessage object if the current view is a scatterplot |
| updateDFBySpread | Determines values needed to initialize a gUpdateDataMessage object if the current view is a spreadsheet |
| updatePlots | Update any Views that are Plots |
| updatePoints | Update points on a plot |
| updateSpread | Update any Views that are Spreadsheets |
| updateViews | Updates all Views After the Data Changes |
| viewEnv | An environment to store view information |