dist_travelled | R Documentation |
Calculate distance travelled
dist_travelled(x)
x |
vector of glucose readings |
The numeric distance travelled value for a given dataset of glucose measurements.
dist_travelled(x=c(rep(100, 10), rep(120, 10), 105, 85))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.