# create an empty data frame with 3 rectangular shaped AOIs
create_AOI_df(3, shape = "rect")
# create an AOI dataframe with data
create_AOI_df(3, shape = "rect",
AOI_data = list(c(460,840,400,300), c(1460,840,400,300), c(960,270,300,500)))
# creating data for circular AOIs
create_AOI_df(3, shape = "circ",
AOI_data = list(c(460,840,400), c(1460,840,400), c(960,270,300)))
Run the code above in your browser using DataLab