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