You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/moveAcc.Rmd
+38-3Lines changed: 38 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ vignette: >
7
7
%\VignetteEncoding{UTF-8}
8
8
---
9
9
10
-
```{r, include = FALSE}
10
+
```{r setup, include = FALSE}
11
11
knitr::opts_chunk$set(
12
12
collapse = TRUE,
13
13
comment = "#>"
@@ -23,7 +23,7 @@ if (Sys.getenv("MBPWD") != "") {
23
23
Sys.setlocale("LC_TIME", "en_US.utf8")
24
24
```
25
25
26
-
```{rsetup}
26
+
```{rload}
27
27
library(moveAcc)
28
28
```
29
29
The goal of the package is to create a vector representation of acceleration bursts in R. Acceleration bursts are a frequently collected by animal tracking devices and consist of measurements of the acceleration in one till three axis. These measurements are recorded with a fixed frequency for a few seconds. These burst are frequently considered one "instantaneous" sample of the activity or behavior of an animal.
0 commit comments