plotMetadata {bdlp}R Documentation

Plot a metadata object

Description

Plot a metadata object

Usage

plotMetadata(m)

Arguments

m

A metadata object

Value

A plot, created by generating an instance of the dataset from the metadata object

Examples

require(MASS)
m <- new("metadata.metric", 
         clusters = list(c1 = list(n = 25, mu = c(4,5), Sigma=diag(1,2)),
                         c2 = list(n = 25, mu = c(-1,-2), Sigma=diag(1,2))),
         genfunc = mvrnorm)
plotMetadata(m)

[Package bdlp version 0.9-2 Index]