Skip to contents

A numeric vector containing (an example) of example measurement frequencies per sensor. Such input is needed for coverage().

Usage

freq

Format

An object of class numeric of length 11.

Value

This vector contains the following information:

SensorFrequency (per hour)Full text
Accelerometer720Once per 5 seconds. Can have multiple instances.
AirQuality1Once per hour.
AppUsage2Once every 30 minutes. Can have multiple instances.
Bluetooth12Once every 5 minutes. Can have multiple instances.
Gyroscope720Once per 5 seconds. Can have multiple instances.
Light360Once per 10 seconds.
Location60Once every 60 seconds.
Memory60Once per minute
Noise120Once every 30 seconds. Microphone cannot be used in the background in Android 11.
Weather1Once per hour.
Wifi60Once per minute.

Examples

freq
#> Accelerometer    AirQuality      AppUsage     Bluetooth     Gyroscope 
#>           720             1             2            60           720 
#>         Light      Location        Memory         Noise       Weather 
#>           360            60            60           120             1 
#>          Wifi 
#>            60