getSplitVectorByInt {patientProfilesVis} | R Documentation |
Split/combine a vector of size(s) to have a fixed combined size
getSplitVectorByInt(sizes, max = NULL)
sizes |
vector with size |
max |
integer with maximum combined size in output, Inf by default. |
vector of same length as sizeVect
,
containing corresponding class
Laure Cougnaud