calculate_density | R Documentation |
calculates peak density in a sliding window of m/z
calculate_density(peak_data, use_range = NULL, window = 1, delta = 0.1)
peak_data |
numeric vector of m/z values representing peaks |
use_range |
the range of m/z's to generate windows |
window |
how big an m/z window to calculate density |
delta |
how much to slide the window |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.