plot_nnm: MM Algorithm - Plot NNM

Description Usage Arguments Author(s) Examples

View source: R/nonnegativeleastsquares.R

Description

plot_nnm Function for plotting nnm

Usage

1
plot_nnm(nnm)

Arguments

nnm

NNM object from generate_nnm function

Author(s)

Jocelyn T. Chi

Examples

1
2
3
4
5
6
7
# Generate nonnegative matrix
n <- 1e3
p <- 10
nnm <- generate_nnm(n,p)

# Plot nonnegative matrix
plot_nnm(nnm)

gettingtothebottom documentation built on May 29, 2017, 8:28 p.m.