View source: R/neur.population.R
neur.population | R Documentation |
Function to compute the per-neuron population
neur.population(SOM, start = 1, end = length(SOM$unit.classif), N = 1)
SOM |
the SOM object |
start |
a vector containing the start frames of each replica (usually contained in trj$start if replicas were merged with cat_trj) |
end |
a vector containing the end frames of each replica (usually contained in trj$end if replicas were merged with cat_trj) |
N |
An integer for the portion (replica) of the simulations to be plotted |
A vector containing the per-neuron population
Stefano Motta stefano.motta@unimib.it
#Read example SOM data
som_model <- readRDS(system.file("extdata", "SOM_HIFa.rds", package = "SOMMD"))
pop <- neur.population(som_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.