simplerspec
simplerspec copied to clipboard
Streamlining data processing and modeling for spectroscopy applications
- mainly needed. A "spectral tibble" converter :-)
Dear Philipp :-) I found that dplyr::slice() sometimes returns an empty dataframe and then an empty plot from the plot_spc() function. So I checked the slice() function using the famous...
to make sure no depreciated functions are used.
`average_spc(spc_tbl, by = "group_id", column_in = "spc")`, `data.table::setkey` raises an error downstream in the call stack if `by` is of type list (list-column). "Error in setkeyv(x, cols, verbose = verbose,...
Hi Philipp, Just wondering if you could help me identify how to debug the following error: `Error in svd(x, nu = 0, nv = k) : infinite or missing values...