Christian Panse

Results 36 comments of Christian Panse

`omit.spectrum = FALSE`

no idea what is meant with helper in that context On Thu, Sep 17, 2020 at 10:09 AM Tobias Kockmann wrote: > 13.3.3 also answers your question regarding the usage...

@BerndMaier in the future we will run rawrr under the hood of rawDiag. If we find a way to make you happy we will give it a try.

``` > x %>% dplyr::filter_at(vars("MSOrder"), any_vars(. == "Ms")) Error in any_vars(. == "Ms") : could not find function "any_vars" > table(x$MSOrder) Ms Ms2 995 20885 ```

``` x %>% dplyr::filter_at(vars("MSOrder"), dplyr::any_vars(. == "Ms")) ```

@Stortebecker please see also our latest release https://github.com/fgcz/rawDiag/releases/tag/0.0.38 and our new package: https://github.com/fgcz/rawR C

@viviantra thanks for reporting. until we patch that you can use ``` plot.XICs(XIC) ```