inst/ProstarApp/modules/Plots/pcaPlots.R

source(file.path(".", "modules/Plots/modulePCAPlots.R"),  local = TRUE)$value

output$plotpcasmall <- renderImage({
  filename <- normalizePath(file.path('./images','desc_pca.png'))
  list(src = filename,
       width = .width,
       height = .height)
}, deleteFile = FALSE)



# callModule(module=pcaPlots, 'pcaPlots', data=reactive({dataIn()}))
# 
# output$plotpcalarge <- renderUI({
#   pcaPlotsUI(ns('pcaPlots'))
# })
samWieczorek/Prostar documentation built on April 27, 2022, 7:32 a.m.