create_vector_without_holes {PvSTATEM} | R Documentation |
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)
Arguments
vector |
A vector with values |
locations |
A vector with locations where the values should be placed |
Value
A vector with values at the given locations
[Package PvSTATEM version 0.1.3 Index]