An R package for visualizing outlier detection routines provided by
the ODWGtools
package.
This package requires R version 3.5 or higher. Visit the R homepage (https://cran.r-project.org/) to get the latest version.
remotes
package for RThe 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")
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.
ODWGviz
packageThe 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.