Streamlining spectral data processing and modeling for spectroscopy applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.3 KiB

# Generated by roxygen2: do not edit by hand
export("%>%")
export(assess_multimodels)
export(average_spc)
export(bind_lcols_dts)
export(create_vip_rects)
export(evaluate_model)
export(extract_lcols2dts)
export(extract_pls_vip)
export(fit_pls)
export(fit_rf)
export(gather_spc)
export(join_chem_spec)
export(join_spc_chem)
export(merge_dts)
export(merge_dts_l)
export(plot_pls_vip)
export(plot_spc)
export(plot_spc_ext)
export(pls_ken_stone)
export(predict_from_spc)
export(preprocess_spc)
export(read_asd)
export(read_asd_bin)
export(read_opus_bin_univ)
export(read_opus_univ)
export(remove_outliers)
export(resample_spc)
export(select_ref_spc)
export(select_spc_vars)
export(slice_xvalues)
export(split_df2l)
export(summary_df)
import(purrr)
import(stats)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(dplyr,pull)
importFrom(e1071,kurtosis)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(purrr,imap)
importFrom(purrr,modify_depth)
importFrom(rlang,ensym)
importFrom(rlang,quo_name)
importFrom(rlang,set_names)
importFrom(stringr,str_replace)
importFrom(tidyselect,one_of)