README.md

ODWGviz

R build status

An R package for visualizing outlier detection routines provided by the ODWGtools package.

How to use this package

Step 1: install R

This package requires R version 3.5 or higher. Visit the R homepage (https://cran.r-project.org/) to get the latest version.

Step 2: install the remotes package for R

The remotes package simplifies the process of installing R packages from GitHub Repositories. To install the remotes package, open R and execute the following command:

install.packages("remotes")

Step 3: install the ODWGviz package (this repository)

The ODWGviz package (this repository) can be installed by executing the following command in R:

remotes::install_github("ODWG/ODWGviz")

During the install, the package will install various dependencies including the ODWGtools package.

Step 4: load the ODWGviz package

The ODWGviz package can now be used just like any other R package. The package provides a single function odwg_app() to launch the the visualization tool:

library(ODWGviz)
odwg_app()


ODWG/ODWGviz documentation built on Jan. 7, 2021, 12:38 a.m.