plot3dMetadata: 3d plot of a metric metadata object

Description Usage Arguments Value Examples

Description

3d plot of a metric metadata object

Usage

1

Arguments

m

A metadata object (for metric data)

Value

A 3d plot using function plot3d from package rgl

Examples

1
2
3
4
5
6
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)

bdlp documentation built on Jan. 13, 2021, 5:27 p.m.