Learn R Programming

CspStandSegmentation (version 0.1.2)

fast_unlist: helper function to unlist IDs generated by dbscan::frNN

Description

creates a vector of indices from a nested list created by dbscan::frNN

Usage

fast_unlist(list, l)

Value

Returns a vector with the values in the list.

Arguments

list

a list element created by dbscan::frNN

l

the expected length of the result

Author

Julian Frey <julian.frey@iww.uni-freiburg.de>