#' grimon
#'
#' Grimon (Graphical interface to visualize multi-omics networks)
#' visualizes high-dimensional multi-layered data sets in three-dimensional
#' parallel coordinates. It enables users to intuitively and interactively
#' explore their data, helping their understanding of multiple inter-layer
#' connections embedded in high-dimensional complex data.
#'
#' @docType package
#' @author Masahiro Kanai
#' @import Rcpp rgl
#' @importFrom Rcpp evalCpp
#' @useDynLib grimon
#' @name grimon
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.