Skip to content

Commit

Permalink
Upd relative working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ostlund committed Jun 11, 2021
1 parent 0dde14b commit 8cce651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/02-R_IndividualPSD.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ print('Number of fit peaks: \n', fm.n_peaks_)

### Print group fit results
```{r}
print(image_read("~/Desktop/specparam/INDV_demo.png"))
print(image_read(".././Data/INDV_demo.png"))
```

### Save to R dataframe
Expand Down
2 changes: 1 addition & 1 deletion R/03-R_GroupPSDs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ write.csv(grp_param, file= "EOP_demo.csv", row.names= FALSE)

### Print group fit results
```{r}
print(image_read("~/Desktop/specparam/EOP_demo.png"))
print(image_read(".././Data/EOP_demo.png"))
```

### Plot periodic and aperiodic parameters
Expand Down
2 changes: 1 addition & 1 deletion R/04-R_ExampleAnalysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dat_param %>% filter(GRP== "BN") %>% describe(skew= FALSE)

### Print group fit results
```{r, message= FALSE}
print(image_read("~/Desktop/specparam/ECL_example.png"))
print(image_read(".././Data/ECL_example.png"))
```

### Plot periodic and aperiodic parameters
Expand Down

0 comments on commit 8cce651

Please sign in to comment.