Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spectra plotting #369

Closed
lgatto opened this issue Oct 20, 2018 · 0 comments
Closed

Spectra plotting #369

lgatto opened this issue Oct 20, 2018 · 0 comments
Assignees

Comments

@lgatto
Copy link
Owner

lgatto commented Oct 20, 2018

Replace with

> head(d)
        mz          i
1 173.0440  1800.9443
2 174.1090   367.8262
3 175.1091 58192.7031
4 176.0360  6274.5234
5 178.9320   281.5623
6 184.0640   386.6843
> ggplot(d, aes(x = mz, xend = mz, y = 0, yend = i)) + geom_segment()
@lgatto lgatto self-assigned this Oct 20, 2018
@lgatto lgatto closed this as completed in a1b9981 Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant