Set up a plot aggregated files. This function does not draw anything but is used to set up the plot for other functions.

ft.plot(
  aggregated_data,
  xformant = 1,
  yformant = 2,
  revaxes = FALSE,
  logaxes = FALSE,
  xlab = NA,
  ylab = NA,
  add = FALSE,
  ...
)

Arguments

aggregated_data

A dataframe containing the data from an 'aggregated_data' file produced by Fast Track.

xformant

an integer indicating which formant number should be plotted on the x axis.

yformant

an integer indicating which formant number should be plotted on the y axis.

revaxes

if TRUE, axis ranges are inverted so that they go high > low.

logaxes

if TRUE, axes are logarithmic.

xlab

an optional user-specified x-axis label.

ylab

an optional user-specified y-axis label.

add

if FALSE, a new plot if created.

...

Additional arguments are passed to the internal call of 'plot'.