Skip to content

Commit

Permalink
updated csv
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Feb 10, 2019
1 parent a640828 commit 7c6af75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Binary file added inst/extdata/msc01_10by10.csv.gz
Binary file not shown.
10 changes: 0 additions & 10 deletions inst/extdata/msc01_10by10.txt

This file was deleted.

2 changes: 1 addition & 1 deletion vignettes/test_dims_MSC.Rmd
Expand Up @@ -64,7 +64,7 @@ msc_trans <- read_cifti(mscfile, trans_data = TRUE)

## For reference: MSC 01 (65890 * 818) (using matlab ft_read_cifti), showing first 5 rows & columns
```{r, echo = FALSE}
matfile = system.file("extdata", "msc01_10by10.txt", package = "cifti")
matfile = system.file("extdata", "msc01_10by10.csv.gz", package = "cifti")
mat = read.csv(matfile, header = FALSE)
msc01_refmat <- as.matrix(mat)
print(msc01_refmat[1:5,1:5])
Expand Down

0 comments on commit 7c6af75

Please sign in to comment.