create_AOI_df {eyetools}R Documentation

Create a blank data frame for populating with AOIs

Description

Create a blank data frame for populating with AOIs

Usage

create_AOI_df(num_AOIs = 3)

Arguments

num_AOIs

number of AOIs, setting the number of rows

Value

a dataframe in the standard format required for eyetools

Examples

# create a data frame with 4 AOIs
create_AOI_df(4)


[Package eyetools version 0.8.0 Index]