Description Usage Arguments Value Examples
'format_data' changes the format of data from wide time series to long format with labeled columns. If data is already in long format, the function simply re-labels the columns
1 |
data |
A data set with observation times in the first row or column, and observed values from trials in each following row or column. |
Data frame with labeled time and trial columns
1 | df.new <- format_data(GCaMP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.