time_volume: Time-volume function

Description Usage Arguments Examples

Description

The last function in the series of modeling commmunication space-time.

Usage

1
time_volume(duration, rate, radius, sphere = T)

Arguments

duration

How long each vocalization lasts for (seconds)

rate

How often each vocalization is produced per minute

radius

Calculated from the radius_calc.r function–radius of the sphere

sphere

If the vocalization is produced above the ground, this is set to true. If it's produced on the ground, it's set to false.

Examples

1
time_volume(0.02, 37, 19, sphere = F)

dayvayen/commspacetime documentation built on May 15, 2019, 1:19 a.m.