Skip to content

Commit

Permalink
Quarto S02
Browse files Browse the repository at this point in the history
  • Loading branch information
tractatus committed Sep 7, 2023
1 parent 45413b8 commit c5bceb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions supplementary_fig02.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,14 @@ par(mfrow = c(2, 1), mar = c(3, 4, 1, 1))
# Plot the first sample data
ms.plot(msdata[msdata$sample == 'RXN488',], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])
# Add label for the first sample
text(1400, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])
text(1300, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])

# Reset the layout for the second subplot
par(mar = c(4, 4, 1, 1))
# Plot the second sample data
ms.plot(msdata[msdata$sample == 'RXN594',], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
# Add label for the second sample
text(1400, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
text(1300, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
```

![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png)
Expand Down
4 changes: 2 additions & 2 deletions supplementary_fig02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -315,14 +315,14 @@ par(mfrow = c(2, 1), mar = c(3, 4, 1, 1))
# Plot the first sample data
ms.plot(msdata[msdata$sample == 'RXN488',], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])
# Add label for the first sample
text(1400, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])
text(1300, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2])
# Reset the layout for the second subplot
par(mar = c(4, 4, 1, 1))
# Plot the second sample data
ms.plot(msdata[msdata$sample == 'RXN594',], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
# Add label for the second sample
text(1400, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
text(1300, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6])
```

Lets save the figure as a PDF:
Expand Down
Binary file modified supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-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 c5bceb5

Please sign in to comment.