R/Phenotypic_Correlation_app.R

Defines functions Phenotypic_Correlation_app

Documented in Phenotypic_Correlation_app

Phenotypic_Correlation_app <- function() {
  appDir <- system.file("Phenotypic_Correlation", package = "TBA")
  if (appDir == "") {
    stop("Could not find directory. Try re-installing `TBA`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal")
}

Try the TBA package in your browser

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

TBA documentation built on June 8, 2025, 1:07 p.m.