JamesHWade / measure

The goal of measure is to be a recipes-like interface to tidymodels for analytical characterization data.
https://jameshwade.github.io/measure/
Other
5 stars 2 forks source link

data conversion methods and Savitzky-Golay filter #15

Closed topepo closed 8 months ago

topepo commented 8 months ago

Adds some helper functions that can be used to go between the .measure list column and matrix (or tibble) formats. Assumes that the locations/indices are the same across samples.

As a proof of concept, I added the Savitzky-Golay filter method from the prospectr package.