R/vremt-constants.R

Defines functions get_background_image

AREA_BOUNDARIES <- list(x = c(0,250), y = c(0, 250))

get_background_image <- function(){
  system.file("extdata/img/islands-simple.png", package = "brainvr.vremt")
}
IMG_BOUNDARIES <- list(x = c(-47,303), y = c(-32, 268))
# nolint end
BrainVR/brainvr-vremt documentation built on Jan. 19, 2021, 6:19 p.m.