Last chance! 50% off unlimited learning
Sale ends in
plot_nnm
Function for plotting nnm
plot_nnm(nnm)
# Generate nonnegative matrix
n <- 1e3
p <- 10
nnm <- generate_nnm(n,p)
# Plot nonnegative matrix
plot_nnm(nnm)
Run the code above in your browser using DataLab