hca_to_hcadf | R Documentation |
Convert HCA object to HCA dataframe with column for each subject's 1D position
hca_to_hcadf(subjectdatalist, dim = 1, strict.input = F)
subjectdatalist |
input HCA object |
dim |
number of dimensions to consider. Can only be 1 or 2. If 1, then only mouse position along the length of the cage is returned. |
strict.input |
Error if input is not of class HCA |
Dataframes with columns for time and subject's position
## Not run:
hca_to_hcadf(subjectdatalist)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.