#' Bayesian Mixture of Subspaces of Different Dimensions
#'
#' Bayesian model for inferring mixtures of subspaces of different dimensions is presented.
#'
#' @docType package
#' @name mosub
#' @aliases mosub-package
#' @import Rdpack
#' @import MASS
#' @import stats
#' @importFrom mclustcomp mclustcomp
#' @importFrom scatterplot3d scatterplot3d
#' @importFrom mvtnorm rmvnorm
#' @importFrom rstiefel rustiefel
#' @importFrom utils packageVersion
#' @importFrom Rcpp evalCpp
#' @useDynLib mosub
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.