View source: R/time_normalise.R
Time_normalise | R Documentation |
Takes a dataframe containing continuous data and resamples it to the specified number of points
Time_normalise()
DF |
a dataframe containing the continuous data that needs to be time normalised to specified number of points. The first column in the data frame must be the time or sample number column in ascending order |
nodes |
numeric value which indicates how many points you would like your data to be resampled to |
A dataframe of nrow(nodes) which contains the resampled data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.