Skip to content

Commit

Permalink
Update Full MFAssignR Example.R
Browse files Browse the repository at this point in the history
  • Loading branch information
skschum authored Mar 11, 2020
1 parent 3b7e113 commit 89ec624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Supplemental MFAssign Scripts/Full MFAssignR Example.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ check <- RecalList(Unambig1)
#Qualitative check of recalibrant series and mass recalibration.

Test <- Recal(df = Unambig1,peaks = Mono, isopeaks = Iso, mode = "neg", SN = 6*KMDN, mzRange = 50, series1 = "O8_H_9",
series2 = "O6_H_3", series3 = "O4_H_2", series4 = "O13_H_13", series5 = "O15_H_16",bin = 10, obs = 2)
series2 = "O6_H_3", series3 = "O4_H_2", series4 = "O13_H_13", series5 = "O15_H_16")

Plot <- Test[["Plot"]]
Plot #This plot is slow to generate
Expand Down

0 comments on commit 89ec624

Please sign in to comment.