format_EV {hrf} | R Documentation |
Is this a valid entry in EVs
?
Description
Is this valid data for a single task's EVs? Expects a data.frame or
numeric matrix with two numeric columns, EVs and durations, and at least
one row. Or, the value NA
for an empty task.
Usage
format_EV(EV)
Arguments
EV |
The putative EVs matrix or data frame |
Value
Length-one logical vector.
[Package hrf version 0.1.3 Index]