Skip to content

Commit 829c7ee

Browse files
committed
Remove cex = 2
1 parent 91544f8 commit 829c7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/xcms-preprocessing.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ region in both data files.
657657
data |>
658658
filterRt(rt = c(175, 189)) |>
659659
filterMz(mz = c(106.02, 106.07)) |>
660-
plot(cex = 2)
660+
plot()
661661
```
662662

663663
The lower panel of the plot shows all mass peaks measured by the instrument:
@@ -691,7 +691,7 @@ spectra(data) <- sps_cent
691691
data |>
692692
filterRt(rt = c(175, 189)) |>
693693
filterMz(mz = c(106.02, 106.07)) |>
694-
plot(cex = 2)
694+
plot()
695695
```
696696

697697
The impact of the centroiding is clearly visible: each signal for an ion in a

0 commit comments

Comments
 (0)