plot.vb_bmm: Plot the clustering assignments.

View source: R/S3_methods_plot.R

plot.vb_bmmR Documentation

Plot the clustering assignments.

Description

This functions runs for every pair of dimensions in the data the function plot_2D.

Usage

## S3 method for class 'vb_bmm'
plot(x, ...)

Arguments

x

An object of class vb_bmm.

...

Default extra paramaters.

Value

A list of plots, that can be assembled in a unique figure with other packages like ggpubr.

Examples

data(fit_mvbmm_example)
plot(fit_mvbmm_example)

caravagn/VIBER documentation built on July 16, 2022, 1:23 a.m.