get_inv_col {binovisualfields}R Documentation

Color-codes dB values

Description

get_inv_col returns the color of a visual field location given its dB value, (e.g., white < 15dB, black > 15dB)

Usage

get_inv_col(db)

Arguments

db

A number of sensitivity threshold in dB

Value

either white or black color for a visual field location

Examples

get_inv_col(25)

[Package binovisualfields version 0.1.1 Index]