#' Bayesian Mixture of Subspaces of Different Dimensions
#'
#' Bayesian model for inferring mixtures of subspaces of different dimensions is presented.
#'
#' @docType package
#' @name Rsubclust
#' @aliases Rsubclust-package
#' @import Rdpack
#' @importFrom mclustcomp mclustcomp
#' @importFrom Matrix rankMatrix
#' @importFrom MASS Null mvrnorm
#' @importFrom rstiefel rustiefel
#' @importFrom stats kmeans rgamma runif rnorm cov
#' @importFrom utils packageVersion
#' @importFrom Rcpp evalCpp
#' @useDynLib Rsubclust
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.