View source: R/read.event_get.clsz.R
read.event_get.clsz | R Documentation |
Extracts clusters of segmentation data.
read.event_get.clsz(out, beamsfiles, beamsfilesind, tlist, pamkpar, esnm)
out |
is a list containing the segmentation data, typically out$sgsc when run from read.event(). |
beamsfiles |
is a vector of the file names of the beams-files. |
beamsfilesind |
is a vector of the indexes of the beams-files in the list of files. |
tlist |
a list of time step indices. |
pamkpar |
is a list of parameters ('krange', 'criterion', 'alpha' and 'mindist') used pamk() when clustering the segmented voxels 'sgsc'. The voxels 'sgsc' are also ordered so that the voxels belonging to the largest cluster lead and the second to largest cluster follows. A suggested set of parameters are pamkpar=list(krange=1:4,criterion="asw",alpha=0.05,N=1e2,mindist=100). |
esnm |
is the name of the acoustical instrument, given as a four character string. See sonR_implemented() for the implemented systems. May be given in 'data', and in lower case. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.