Skip to content

padpadpadpad/dataViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataViewer

Daniel Padfield, dp323@exeter.ac.uk

An RStudio Addin for data visualisation, exploratory analysis and identifying outliers.

Issues and suggestions

Please report any issues or suggestions in the issues tab here

Mac : Build Status

Overview and installation

dataViewer is a package containing an RStudio addin that allows for visualisation of large datasets, exploratory analyses and easier identification of points of interest within the dataset.

devtools::install_github('padpadpadpad/dataViewer')

library(dataViewer)

Quick set up

dataViewer::dataViewer() opens up an RStudio addin and allows for interactive point selection. These features could be useful for outlier detection, exploring your dataset or simply identifying points that need further investigation.

So lets see how it works with the diamonds dataset from ggplot2.

data("diamonds")

dataViewer(diamonds, x = 'carat', y = 'price', id_col = 'cut')

This opens an RStudio addin which plots price ~ carat with a different plot for each value of cut.

You can click single points and select multiple points using a click and drag box. And after you click DONE, the points you've selected get returned to R!

About

An RStudio Addin for visualising data, exploratory analyses, and identifying outliers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages