Git Product home page Git Product logo

dataviewer's Introduction

dataViewer

Daniel Padfield, [email protected]

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!

dataviewer's People

Contributors

padpadpadpad avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

dataviewer's Issues

Add some sample datasets to the package

Think where they could be useful:

  • Time series
  • Metabolism data
  • Looking at non-linear fits
    -examining differences in groups for a linear model
  • Outlier detection

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.