Spectran {Spectran} | R Documentation |
Unlock the Spectrum: Easy, Educational, and Engaging Analysis of Light Spectra
Description
Unlock the Spectrum: Easy, Educational, and Engaging Analysis of Light Spectra
Usage
Spectran(
lang_setting = "English",
lang_link = FALSE,
color_palette = "Lang",
...
)
Arguments
lang_setting |
A language for the application. Currently Deutsch for German and English (default) are implemented. Expects a character. |
lang_link |
Only relevant for the App deployed on Shinyapps.io. Handles whether a link to the German/English Version of the App is present in the header. Expects a logical (default FALSE) |
color_palette |
A color palette for the application. Currently |
... |
Any other settings that get passed to shinyApp |
Value
Open a viewer with the shiny app
Examples
if(interactive()) {
Spectran()}
#try another language
if(interactive()) {
Spectran(lang_setting = "Deutsch")}
#or try another color palette
if(interactive()) {
Spectran(color_palette = "Dan_Bruton")}