mvi | R Documentation |
MVI
mvi(y, time)
y |
Ammount of the disease. |
time |
Measurement time |
mvi Mean velocity index
day <- seq(10, 60, 10) sev <- c(0.22, NA, 0.28, 0.36, 0.39, 0.42) plot(sev ~ day) mvi(y = sev, time = day)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.