powered by
Gets the number of values on each peak.
values_per_peak(samples.df)
data frame with the samples' peaks.
Returns a vector with the number of values for each peak.
# NOT RUN { ## Example of getting the number of values for each peak library(specmine.datasets) data(propolis) num.peaks = values_per_peak(propolis$data) # }
Run the code above in your browser using DataLab