wide2long | R Documentation |
Transform id and time from wide format into long format, i.e., time and id are repeated accordingly so that two vectors of the same length are returned.
wide2long(time, id)
time |
the observation points |
id |
the id for the curve |
a list with time
and id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.