getPredictionData: Read and process seed sample to be classified

Description Usage Arguments Value

Description

Read and process seed sample to be classified

Usage

1
2
3
4
5
6
getPredictionData(
  main_file,
  profile_file,
  datadir = "",
  calibration = c(38.325, 0.185)
)

Arguments

main_file

Name of the file with measurements of extinction and time of flight.

profile_file

Name of the file with features extracted from particle profiles, as generated by function processFiles().

datadir

Directory where the files are located (by default, the current working directory).

calibration

A vector with intercept and slope of the linear calibration between time of flight and particle size.

Value

A tibble with all the features that can be used for identifying the type of particle by classification algorithms.


AleMorales/SeedSorter documentation built on Feb. 12, 2020, 4:13 a.m.