pt2_validate {ProTrackR2} | R Documentation |
Validate ProTrackR2 S3 class objects
Description
Check aspects of S3 class objects for validity. For samples for instance it is checked if all parameters (volume, finetune, etc.) are within ProTracker specifications.
Usage
pt2_validate(x, ...)
## S3 method for class 'pt2samp'
pt2_validate(x, ...)
Arguments
x |
object to be validated |
... |
Ignored |
Value
A logical
value indicating whether the object is valid or not
Author(s)
Pepijn de Vries
Examples
mod <- pt2_read_mod(pt2_demo())
pt2_validate(mod$samples[[1]])
[Package ProTrackR2 version 0.0.5 Index]