point_selector: Select a point from a scatterplot

Description Usage Arguments Examples

View source: R/interactive_scatterplot.R

Description

Creates a scatter plot, and allows the user to select a point from it. Returns the index of the point in the dataset. See examples for typical usage

Usage

1
point_selector(dataset, x, y)

Arguments

dataset

a data frame

x,y

column names from the data frame to be plotted

Examples

1
point_selector(mtcars, 'hp', 'mpg')

maxconway/metabex documentation built on May 21, 2019, 1:39 p.m.