create_vector_without_holes: Remove holes from a vector
Description
Function selects the values from the vector at the given locations
and creates a vector "without holes". Works only for 96-plate.
Usage
create_vector_without_holes(vector, locations)
Value
A vector with values at the given locations
Arguments
- vector
A vector with values
- locations
A vector with locations where the values should be placed