Learn R Programming

bdlp (version 0.9-2)

plotMetadata: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab