compose_dotplot: Make a dotplot where x axis is time, y axis is pitch, and...

Description Usage Arguments

Description

Make a dotplot where x axis is time, y axis is pitch, and each dot is a beep.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
compose_dotplot(
  data,
  main,
  time,
  pitch,
  filename,
  handle_collisions = "superimpose",
  envelope.shape = "hairpin",
  chart.duration = 10,
  beep.duration = 0.1,
  ...
)

Arguments

data

Dataframe in long format.

main

Character of length 1. Chart title.

time

@param pitch Columns from data.

filename

Where to put results. This should end in .wav.

chart.duration

How many seconds the sound file plays for.

beep.duration

How many seconds an individual beep or point lasts.

...

Args sent to scale_pitch().


ekernf01/soundcharts documentation built on Dec. 20, 2021, 4:13 a.m.