File: RLumShiny-package.Rd

package info (click to toggle)
r-cran-rlumshiny 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 1,332 kB
  • sloc: javascript: 922; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RLumShiny.R
\docType{package}
\name{RLumShiny-package}
\alias{RLumShiny-package}
\title{Shiny Applications for the R Package Luminescence}
\description{
A collection of shiny applications for the R package Luminescence.
These mainly, but not exclusively, include applications for plotting chronometric
data from e.g. luminescence or radiocarbon dating. It further provides access to
bootstraps tooltip and popover functionality as well as a binding to JSColor.
}
\details{
In addition to its main purpose of providing convenient access to the Luminescence
shiny applications (see \code{\link{app_RLum}}) this package also provides further functions to extend the
functionality of shiny. From the Bootstrap framework the JavaScript tooltip and popover
components can be added to any shiny application via \code{\link{tooltip}} and \code{\link{popover}}.
It further provides a custom input binding to the JavaScript/HTML color picker JSColor.
Offering access to most options provided by the JSColor API the function \code{\link{jscolorInput}}
is easily implemented in a shiny app. RGB colors are returned as hex values and can be
directly used in R's base plotting functions without the need of any format conversion.
}