Package 'kinesis'

Title: 'shiny' Applications for the 'tesselle' Packages
Description: A collection of 'shiny' applications for the 'tesselle' packages.
Authors: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>, Université Bordeaux Montaigne), Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>, Logo designer), Université Bordeaux Montaigne [fnd], CNRS [fnd]
Maintainer: Nicolas Frerebeau <[email protected]>
License: GPL (>= 3)
Version: 0.0.0.9004
Built: 2024-09-03 19:13:54 UTC
Source: https://github.com/tesselle/kinesis

Help Index


Run an App

Description

A wrapper for shiny::shinyAppDir().

Usage

run_app(
  app = c("seriate", "source", "ternary"),
  options = list(launch.browser = interactive())
)

Arguments

app

A character string specifying the Shiny application to run (see details). Any unambiguous substring can be given.

options

A list of named options that should be passed to the shiny::runApp() call.

Details

Application name Keyword
Matrix Seriation seriate
Compositional Data Analysis source
Ternary Plot ternary

Value

A shiny application object.

Author(s)

N. Frerebeau

Examples

## Not run: 
run_app("seriation")

## End(Not run)