SOM.cluster.plot.evolve: Function to plot the evolution of a picture

Description Usage Arguments Author(s) Examples

View source: R/SOM.cluster.plot.R

Description

Function to plot the evolution of a picture

Usage

1
2
SOM.cluster.plot.evolve(data, Normalize = F, grid = c(3, 3),
  main = "")

Arguments

data

one list return by SOM.sluster

Normalize

if TRUE, the picture will be normalize

grid

vector of length 2 containing the dimension of the grid to plot the pictures

main

title of the plot

Author(s)

Dimitri Fichou

Examples

1
2
3
data <- f.read.image('www/rTLC_demopicture.JPG',format='jpeg',native=F)
data <- data %>% redim.array(256)
data %>% raster()

DimitriF/DLC documentation built on Oct. 14, 2020, 4:33 p.m.