Make images comparing alternative analysies

makecomparisonplots(
  formants = NA,
  path = NA,
  sounds = NA,
  height = 1000,
  width = 1400,
  pointsize = 20,
  number_of_lines = 0.0015,
  progressbar = TRUE,
  alternate_output_path = NA,
  ...
)

Arguments

formants

The formant data to be used for making plots. Read in using the readformants function in this package.

path

The path to the working directory for the Fast Track project. If no path is provided, the current working directory for the current R session is used.

sounds

--.

height

height of each plot in pixels.

width

width of each plot in pixels.

pointsize

point size for plotting.

number_of_lines

the number of pixels along the x axis for each spectrogram. Consider in relation to image width.

progressbar

if TRUE, information about estimated analysis time is printed.

alternate_output_path

if not NA, images will be written directly to this path.

...

additional parameters are passed to the internal call of plotffs.

Examples

if (FALSE) { makecomparisonplots(formants[1:10]) makecomparisonplots(formants[1:10], winners = winners$winners_csv[1:10,]) }