Package index
-
irir-package - ir: Functions to Handle and Preprocess Infrared Spectra
-
ir_new_ir() - Creates an object of class
ir
-
ir_as_ir() - Converts an object to class
ir
-
ir_drop_spectra() - Drops the column
spectrafrom an object is of classir
-
ir_get_intensity() - Extracts intensities from spectra in an
irobject for specific spectral channels
-
ir_get_wavenumberindex() - Gets the index of a defined wavenumber value for a spectrum
-
ir_get_spectrum() - Extracts selected spectra from an object of class
ir
-
ir_remove_missing() - Removes empty data values in an object of class
ir
-
ir_flatten() - Converts objects of class
irto objects of classir_flat
-
rep(<ir>) - Replicate ir objects
-
rbind(<ir>)cbind(<ir>) - Bind rows of
irobjects
-
`[`(<ir>)`$`(<ir>)`[[`(<ir>)`$<-`(<ir>)`[<-`(<ir>)`[[<-`(<ir>) - Subsetting
irobjects
-
plot(<ir>) - Plots an object of class
ir
-
ir_import_csv() - Imports infrared spectra from various files
-
ir_import_spc() - Imports infrared spectra from Thermo Galactic's files
-
ir_export_prepare() - Prepares
irobjects for export tocsv
-
ir_average() - Averages infrared spectra within groups
-
ir_bc() - Performs baseline correction on infrared spectra
-
ir_bin() - Bins infrared spectra
-
ir_clip() - Clips infrared spectra to new wavenumber ranges
-
ir_interpolate() - Interpolates intensity values of infrared spectra in an
irobject for new wavenumber values
-
ir_interpolate_region() - Interpolates selected regions in infrared spectra in an
irobject
-
ir_normalize()ir_normalise() - Normalizes infrared spectra in an
irobject
-
ir_smooth() - Smooths infrared spectra in an
irobject
-
ir_correct_atmosphere() - Corrects artifacts in a spectrum based on reference spectra of the artifact compound
-
ir_scale() - Scales spectra in an
irobject
-
ir_to_transmittance()ir_to_absorbance() - Converts absorbance spectra to transmittance spectra or vice versa
-
Ops(<ir>) - Arithmetic operations for
irobjects
-
ir_add() - Add infrared spectra
-
ir_subtract() - Subtract infrared spectra
-
ir_multiply() - Multiply infrared spectra or multiply infrared spectra with a numeric value
-
ir_divide() - Divide infrared spectra or divide infrared spectra by a numeric value
-
ir_variance_region() - Computes the variance of a spectrum in an
irobject in a given region
-
range(<ir>)min(<ir>)max(<ir>)median(<ir>) - Get the minima/maxima/range/median of x axis values or intensity values of infrared spectra
-
ir_sample_prospectr() - Wrapper to sampling functions from the 'prospectr' package
-
arrange.ir() - Arrange rows in
irobjects by column values
-
distinct.ir() - Subset distinct/unique rows in
irobjects
-
extract.ir() - Extract a character column in an
irobject into multiple columns using regular expression groups
-
semi_join.ir()anti_join.ir() - Filtering joins for an
irobject
-
filter.ir() - Subset rows in
irobjects using column values
-
group_by.ir()ungroup.ir() - Group rows in
irobjects by one or more variables
-
inner_join.ir()left_join.ir()right_join.ir()full_join.ir() - Mutating joins for an
irobject
-
mutate.ir()transmute.ir() - Mutate an
irobject by adding new or replacing existing columns
-
nest.ir()unnest.ir() - Nest and un-nest an
irobject
-
pivot_longer.ir() - Pivot an
irobject from wide to long
-
pivot_wider.ir() - Pivot an
irobject from wide to long
-
rename.ir()rename_with.ir() - Rename columns in
irobjects
-
rowwise.ir() - Group input
irobjects by rows
-
select.ir() - Subset columns in
irobjects using column names and types
-
separate.ir() - Separate a character column in an
irobject into multiple columns with a regular expression or numeric locations
-
separate_rows.ir() - Separate a collapsed column in an
irobject into multiple rows
-
slice.ir()slice_sample.ir() - Subset rows in
irobjects using their positions
-
summarize.ir()summarise.ir() - Summarize each group in a
irobject to fewer rows
-
unite.ir() - Unite multiple columns in an
irobject into one by pasting strings together
-
ir_sample_data - Sample object of class
ir