set_go_to_context: Set global variables needed for go_to() and check() to assess...

Description Usage Arguments Examples

View source: R/global_set_go_to_context.R

Description

Set global variables needed for go_to() and check() to assess which image is being displayed

Usage

1
set_go_to_context(image_paths_and_points)

Arguments

image_paths_and_points

List of Lists containing the img and the points for the annotation markers

Examples

1
2
3
4
5
6
7
8
img_paths_and_points <- list(
  list(img = img_paths[1], img_points = img1Points[1]),
  list(img = img_paths[2], img_points = img1Points[2]),
  list(img = img_paths[3], img_points = img1Points[3]),
  list(img = img_paths[4], img_points = img1Points[1])
) 
 
set_go_to_context(img_paths_and_points)                                  

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.