eyeScatter: Cycle through scatter plots

View source: R/eyeScatter.R

eyeScatterR Documentation

Cycle through scatter plots

Description

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.

Usage

eyeScatter(eData, y)

Arguments

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.

Value

Returns a listing of columns for which 's' was pressed.


zshipstead/eyeBall documentation built on April 26, 2022, 5:44 a.m.