Description Usage Arguments Value See Also Examples
This function removes a specified animal from a dataset. Can operate on 
vectors, removing multiple animals in a single operation. To remove animals 
by their metadata, such as "remove all females", use
dropAttribute instead.
1  | dropAnimals(obj, vialNumbers)
 | 
obj | 
 A valid DAM S4 object  | 
vialNumbers | 
 Which vial numbers to remove from a dataset. Can be a vector.  | 
A DAM S4 object.
1 2 3  | returnedDAM <- dropAnimals(DAM_DD, 12)
returnedDAM <- dropAnimals(DAM_DD, c(1:3))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.