View source: R/reachProcessing.R
getReachAngleAt | R Documentation |
?
getReachAngleAt( trialdf, location = "pr0.33333", posunit = "pix", timeunit = "ms", device = "hand", holdvelocity = NA, holdduration = NA )
trialdf |
Data frame representing the reach. |
location |
String specifying which location to use. |
posunit |
String with the unit of x,y coordinates (pix, cm, ...) |
timeunit |
String with the unit of time (s, ms, ...) |
device |
String saying what position to use (hand, mouse, robot...) |
holdvelocity |
Maximum velocity for a hold. |
holdduration |
Minimum duration for a hold. |
?
Matrix with 1 row, 5 columns: 1: angular deviation 2: target angle 3: x position of location 4: y position of location 5: time of location The idea is to combine this into a larger matrix (or data frame) with multiple others, and then do further processing on that.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.