#' dim-Vplots
#'
#' Get the dimensions of a Vplots object
#
#' @param x a Vplots object
#'
#' @export
#'
setMethod(
'dim',
signature(
x = 'Vplots'
),
function(x){
sapply(x@dimdata, nrow)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.