Skip to contents

The goal of VisX is to provide dynamic, interactive visualization of the distribution and correlation/association structure of multi-dimensional data. It supports real-time data preprocessing and presents important information for variable selection.

Installation

You can install the development version of VisX from GitHub with:

# install.packages("devtools")
devtools::install_github("yingljin/VisX")

Example

This is a basic example which shows you how to launch the VisX app:

library(VisX)
## launch app
VisX()

Video walkthrough

A video walkthrough of the application has been made available, linked to below:

VisX video