plot3dMetadata {bdlp}R Documentation

3d plot of a metric metadata object

Description

3d plot of a metric metadata object

Usage

plot3dMetadata(m)

Arguments

m

A metadata object (for metric data)

Value

A 3d plot using function plot3d from package rgl

Examples

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

[Package bdlp version 0.9-2 Index]