-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
51 lines (37 loc) · 1.49 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# move2Acc
<!-- badges: start -->
[](https://github.com/bart1/move2Acc/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/bart1/move2Acc)
[](https://CRAN.R-project.org/package=move2Acc)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
## Design
* Keep frequency and axes per element or for the vector? -> per element as it changes within study
* Allow NA's? -> yes in vector , not in burst?
* Are start time part of vector? -> probably not as move2 already keeps it
* Calibrated (in G) or Uncalibrated -> might be covered by storing units
* We assume constant sampling freq in a burst
## Installation
You can install the development version of move2Acc like so:
``` r
# install.packages("remotes")
remotes::install_github("bart1/move2Acc")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(move2Acc)
## basic example code
```