View source: R/nmr_peak_clustering.R
nmr_peak_clustering_plot | R Documentation |
Plot clustering results
nmr_peak_clustering_plot(
dataset,
peak_list_clustered,
NMRExperiments,
chemshift_range,
baselineThresh = NULL
)
dataset |
The nmr_dataset_1D object |
peak_list_clustered |
A peak list table with a clustered column |
NMRExperiments |
Two and only two experiments to compare in the plot |
chemshift_range |
A region, make it so it does not cover a huge range (maybe 1ppm or less) |
baselineThresh |
If given (as returned from the |
A plot of the two experiments in the given chemshift range, with lines connecting peaks identified as the same and dots showing peaks without pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.