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'))
# })

Try the Prostar package in your browser

Any scripts or data that you put into this service are public.

Prostar documentation built on April 11, 2021, 6 p.m.