Skip to content

Commit

Permalink
Merge pull request #22 from KopfLab/dev
Browse files Browse the repository at this point in the history
update continuous flow
  • Loading branch information
sebkopf committed Jun 19, 2018
2 parents 7cf096d + 52f3124 commit 5a72ecf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions docs/articles/continuous_flow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/continuous_flow.Rmd
Expand Up @@ -145,7 +145,7 @@ iso_files %>%

Raw data typically only includes ion signals but isotope ratios are often needed to calculate and visualize the data. For this purpose, isoreader provides a dynamic ratio calculation function (`iso_calculate_ratios()`) that accepts any combination of masses, here demonstrated for the standard CO2 ratios $\frac{46}{44}$ and $\frac{45}{44}$. Additionally, the following example demonstrates how the `filter` parameter can be used to exclude plotting artifacts (here e.g. the extreme ratio values seen right after the magnet jump). Notice how the ratios calculated from current intensities are close to 0 (as the real ratios likely are) whereas those calculated from voltages are close to 1 (due to the so chosen, different resistors in the detector circuit). See the section on **Signal conversion** further down on how to scale to uniform intensity units to address this comparison obstacle.

```{r, echo=FALSE}
```{r, echo=FALSE, warning=FALSE, message=FALSE}
# for between
library(dplyr)
# for expand range
Expand Down

0 comments on commit 5a72ecf

Please sign in to comment.