Skip to content

Commit

Permalink
updated supp 02
Browse files Browse the repository at this point in the history
  • Loading branch information
tractatus committed Sep 7, 2023
1 parent 702a7a7 commit 851466d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion supplementary_fig02.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){
Lets try it:

``` r
ms.plot(msdata[msdata$sample=='RXN594',])
ms.plot(msdata[msdata$sample=='Azido',])
```

![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png)
Expand Down
2 changes: 1 addition & 1 deletion supplementary_fig02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ ms.plot <- function(x, xlim=c(500, 2000), main = '', col='black'){

Lets try it:
```{r}
ms.plot(msdata[msdata$sample=='RXN594',])
ms.plot(msdata[msdata$sample=='Azido',])
```

Then lets plot all the samples on one row each:
Expand Down
Binary file modified supplementary_fig02_files/figure-commonmark/unnamed-chunk-21-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 851466d

Please sign in to comment.