Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomo Nieminen committed Sep 10, 2018
1 parent e95a161 commit daaeef2
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ First we need the path to a single gt3x file.
gt3xfile <- gt3x_datapath(1)
```

The `readGT3X()` function can take as input a path to a single .gt3x file and will then read activity samples as an R matrix with three columns: X,Y,Z.
The `read.gt3x()` function can take as input a path to a single .gt3x file and will then read activity samples as an R matrix with three columns: X,Y,Z.

```{r}
X <- read.gt3x(gt3xfile)
Expand Down
155 changes: 155 additions & 0 deletions docs/reference/read.gt3x.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions man/read.gt3x.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daaeef2

Please sign in to comment.