GENEAcount | R Documentation |
Step count is the number of step lengths divided by 2.
GENEAcount(x, ...)
x |
vector |
... |
other arguments to be swallowed |
single numeric
x1 <- c(20, 15, 10)
GENEAcount(x1)
x2 <- c(300, 255, 111)
GENEAcount(x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.