Title: | 'shiny' Applications for the 'tesselle' Packages |
Version: | 0.2.1 |
Maintainer: | Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr> |
Description: | A collection of 'shiny' applications for the 'tesselle' packages https://www.tesselle.org/. This package provides applications for archaeological data analysis and visualization. These mainly, but not exclusively, include applications for chronological modelling (e.g. matrix seriation, aoristic analysis) and count data analysis (e.g. diversity measures, compositional data analysis). |
License: | GPL (≥ 3) |
URL: | https://codeberg.org/tesselle/kinesis, https://packages.tesselle.org/kinesis/, https://tesselle.r-universe.dev/kinesis |
BugReports: | https://codeberg.org/tesselle/kinesis/issues |
Depends: | R (≥ 4.2) |
Imports: | aion (≥ 1.5.0), arkhe (≥ 1.11.0), bslib (≥ 0.9.0), config (≥ 0.3.2), datasets, dimensio (≥ 0.14.0), folio (≥ 1.5.1), grDevices, gt (≥ 1.0.0), isopleuros (≥ 1.4.0), kairos (≥ 2.3.0), khroma (≥ 1.16.0), mirai (≥ 2.4.0), nexus (≥ 0.6.0), sass (≥ 0.4.10), shiny (≥ 1.11.1), stats, tabula (≥ 3.3.1), utils |
Suggests: | fontquiver, rsvg, svglite, tinysnapshot, tinytest |
Encoding: | UTF-8 |
RoxygenNote: | 7.3.2 |
X-schema.org-applicationCategory: | Archaeological Science |
X-schema.org-isPartOf: | https://www.tesselle.org |
X-schema.org-keywords: | archaeology, archaeological-science, archaeometry, shiny-apps, r-package |
NeedsCompilation: | no |
Packaged: | 2025-07-15 11:51:20 UTC; nfrerebeau |
Author: | Nicolas Frerebeau |
Repository: | CRAN |
Date/Publication: | 2025-07-15 12:00:06 UTC |
kinesis: 'shiny' Applications for the 'tesselle' Packages
Description
A collection of 'shiny' applications for the 'tesselle' packages https://www.tesselle.org/. This package provides applications for archaeological data analysis and visualization. These mainly, but not exclusively, include applications for chronological modelling (e.g. matrix seriation, aoristic analysis) and count data analysis (e.g. diversity measures, compositional data analysis).
Details
Version | 0.2.1 |
License | GPL-3 |
Zenodo DOI | doi:10.5281/zenodo.14645671 |
Archéosciences Bordeaux (UMR 6034)
Maison de l'Archéologie
Université Bordeaux Montaigne
F-33607 Pessac cedex
France
Package options
kinesis uses the following options()
to configure behavior:
-
kinesis.workers
: aninteger
specifying the number of R sessions to be used for asynchronous (parallel) computing. Defaults to 1.
Author(s)
Maintainer: Nicolas Frerebeau nicolas.frerebeau@u-bordeaux-montaigne.fr (ORCID)
Other contributors:
Brice Lebrun (ORCID) (Logo designer) [artist]
Université Bordeaux Montaigne (03pbgwk21) [funder]
CNRS (02feahw73) [funder]
See Also
Useful links:
Report bugs at https://codeberg.org/tesselle/kinesis/issues
Aoristic Analysis Server
Description
Aoristic Analysis Server
Usage
aoristic_server(id, x, y)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
A reactive kairos::AoristicSum
object.
See Also
Other chronology modules:
aoristic_ui()
,
seriate_server()
,
seriate_ui()
,
time_interval_server()
,
time_interval_ui()
Aoristic Analysis UI
Description
Aoristic Analysis UI
Usage
aoristic_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other chronology modules:
aoristic_server()
,
seriate_server()
,
seriate_ui()
,
time_interval_server()
,
time_interval_ui()
Bertin Diagrams Server
Description
Bertin Diagrams Server
Usage
bertin_server(id, x, verbose = get_option("verbose", FALSE))
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
verbose |
A |
Value
No return value, called for side effects.
See Also
Other count data modules:
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Bertin Diagrams UI
Description
Bertin Diagrams UI
Usage
bertin_ui(id, title = NULL)
Arguments
id |
A |
title |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other count data modules:
bertin_server()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Build Numeric Input
Description
Build Numeric Input
Usage
build_numeric_input(id, x)
render_numeric_input(id)
Arguments
id |
A |
x |
A reactive |
Value
-
build_numeric_input()
returns a reactivenumeric
vector (side effect: render numeric input controls). -
render_numeric_input()
is called for its side effects (creates UI elements).
Correspondence Analysis Server
Description
Correspondence Analysis Server
Usage
ca_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
A reactive dimensio::PCA
object.
See Also
Other multivariate analysis modules:
ca_ui()
,
multivariate_server()
,
multivariate_ui()
,
pca_server()
,
pca_ui()
Correspondence Analysis UI
Description
Correspondence Analysis UI
Usage
ca_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other multivariate analysis modules:
ca_server()
,
multivariate_server()
,
multivariate_ui()
,
pca_server()
,
pca_ui()
Bar Plot Server
Description
Bar Plot Server
Usage
coda_barplot_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other coda modules:
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Bar Plot UI
Description
Compositional Bar Plot UI
Usage
coda_barplot_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Hierarchical Clustering Server
Description
Compositional Data Hierarchical Clustering Server
Usage
coda_hclust_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Hierarchical Clustering UI
Description
Compositional Data Hierarchical Clustering UI
Usage
coda_hclust_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Histogram Server
Description
Compositional Histogram Server
Usage
coda_hist_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Histogram UI
Description
Compositional Histogram UI
Usage
coda_hist_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Outliers Server
Description
Compositional Data Outliers Server
Usage
coda_outliers_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
A reactive nexus::OutlierIndex
object.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Outliers UI
Description
Compositional Data Outliers UI
Usage
coda_outliers_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Server
Description
Compositional Data Server
Usage
coda_server(id, demo = NULL, verbose = get_option("verbose", FALSE))
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
demo |
A |
verbose |
A |
Value
A reactive nexus::CompositionMatrix
object.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Summary Server
Description
Compositional Data Summary Server
Usage
coda_summary_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data Summary UI
Description
Compositional Data Summary UI
Usage
coda_summary_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_ui()
,
logratio_server()
,
logratio_ui()
Compositional Data UI
Description
Compositional Data UI
Usage
coda_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
logratio_server()
,
logratio_ui()
Alpha Diversity Server
Description
Alpha Diversity Server
Usage
diversity_alpha_server(id, x, verbose = get_option("verbose", FALSE))
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
verbose |
A |
Value
A reactive data.frame
(see tabula::diversity()
).
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Alpha Diversity UI
Description
Alpha Diversity UI
Usage
diversity_alpha_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Beta Diversity Server
Description
Beta Diversity Server
Usage
diversity_beta_server(id, x, y, verbose = get_option("verbose", FALSE))
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
y |
A reactive |
verbose |
A |
Value
No return value, called for side effects.
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Beta Diversity UI
Description
Beta Diversity UI
Usage
diversity_beta_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_docs_ui()
,
occurrence_server()
,
occurrence_ui()
Diversity Definitions UI
Description
Diversity Definitions UI
Usage
diversity_docs_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
occurrence_server()
,
occurrence_ui()
Footer Server
Description
Footer Server
Usage
footer_server(id)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
Value
No return value, called for side effects.
See Also
Other page modules:
footer_ui()
,
home_server()
,
home_ui()
Footer UI
Description
Footer UI
Usage
footer_ui(id)
Arguments
id |
A |
Value
A list
that can be converted into an HTML <footer>
tag
(see htmltools::tags()
).
See Also
Other page modules:
footer_server()
,
home_server()
,
home_ui()
Read Configuration Values
Description
Read Configuration Values
Usage
get_config(app, file = NA, active = NA, use_parent = TRUE)
Arguments
app |
A |
file |
A |
active |
A |
use_parent |
A |
Value
A list
of configuration values.
Author(s)
N. Frerebeau
Get App Options
Description
Get App Options
Usage
get_option(name = NULL, default = NULL)
Arguments
name |
A |
default |
A value to be returned if the option is not currently set. |
Value
The value of a Shiny option (see shiny::getShinyOption()
).
Author(s)
N. Frerebeau
Graphical Parameters Server
Description
Graphical Parameters Server
Usage
graphics_server(id)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
Value
A reactiveValues
object with elements:
col_quali
,col_quant
A palette function that when called with a single argument returns a character vector of colors.
pch
A palette function that when called with a single argument returns a character vector of symbols.
lty
A palette function that when called with a single argument returns a character vector of symbols.
cex
A palette function that when called with a single argument returns a numeric vector giving the amount by which plotting text and symbols should be magnified relative to the default.
asp
See Also
Other plot modules:
graphics_ui()
,
scatter_server()
,
scatter_ui()
,
ternary_server()
,
ternary_ui()
Graphical Parameters UI
Description
Graphical Parameters UI
Usage
graphics_ui(
id,
col_quali = TRUE,
col_quant = TRUE,
pch = TRUE,
lty = TRUE,
cex = TRUE,
asp = FALSE
)
Arguments
id |
A |
Value
A list
of UI elements.
See Also
Other plot modules:
graphics_server()
,
scatter_server()
,
scatter_ui()
,
ternary_server()
,
ternary_ui()
Home Server
Description
Home Server
Usage
home_server(id)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
Value
No return value, called for side effects.
See Also
Other page modules:
footer_server()
,
footer_ui()
,
home_ui()
About UI
Description
About UI
Usage
home_ui(id, package)
Arguments
id |
A |
package |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other page modules:
footer_server()
,
footer_ui()
,
home_server()
Import Data Server
Description
Import Data Server
Usage
import_server(id, demo = NULL)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
demo |
A |
Value
A reactive data.frame
.
See Also
Other generic modules:
import_ui()
,
prepare_server()
,
prepare_ui()
Import Data UI
Description
Import Data UI
Usage
import_ui(id)
Arguments
id |
A |
Value
A list
of UI elements.
See Also
Other generic modules:
import_server()
,
prepare_server()
,
prepare_ui()
Log-Ratio Server
Description
Log-Ratio Server
Usage
logratio_server(id, x, method)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
method |
A |
Value
A reactive nexus::LogRatio
object.
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_ui()
Log-Ratio UI
Description
Log-Ratio UI
Usage
logratio_ui(id, title)
Arguments
id |
A |
title |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_hist_server()
,
coda_hist_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_server()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
MCD Server
Description
MCD Server
Usage
mcd_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other ceramic data modules:
mcd_ui()
MCD UI
Description
MCD UI
Usage
mcd_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other ceramic data modules:
mcd_server()
Multivariate Analysis Server
Description
Multivariate Analysis Server
Usage
multivariate_server(id, x, y)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
y |
A reactive |
Value
No return value, called for side effects.
See Also
Other multivariate analysis modules:
ca_server()
,
ca_ui()
,
multivariate_ui()
,
pca_server()
,
pca_ui()
Mutlivariate Analysis UI
Description
Mutlivariate Analysis UI
Usage
multivariate_ui(id)
Arguments
id |
A |
Value
A tab that can be passed to shiny::tabsetPanel()
.
A navigation container (see bslib::navset_card_pill()
).
See Also
Other multivariate analysis modules:
ca_server()
,
ca_ui()
,
multivariate_server()
,
pca_server()
,
pca_ui()
Co-Occurrence Server
Description
Co-Occurrence Server
Usage
occurrence_server(id, x, verbose = get_option("verbose", FALSE))
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
verbose |
A |
Value
No return value, called for side effects.
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_ui()
Co-Occurrence UI
Description
Co-Occurrence UI
Usage
occurrence_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other count data modules:
bertin_server()
,
bertin_ui()
,
diversity_alpha_server()
,
diversity_alpha_ui()
,
diversity_beta_server()
,
diversity_beta_ui()
,
diversity_docs_ui()
,
occurrence_server()
Plot UI
Description
Plot UI
Usage
output_plot(id, ..., tools = NULL, title = NULL, note = NULL)
Arguments
id |
A |
... |
Further parameters to be passed to |
tools |
A (list of) input elements. |
title |
A |
note |
A |
Value
A htmltools::div()
tag.
See Also
Other widgets:
render_plot()
Principal Components Analysis Server
Description
Principal Components Analysis Server
Usage
pca_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
A reactive dimensio::PCA
object.
See Also
Other multivariate analysis modules:
ca_server()
,
ca_ui()
,
multivariate_server()
,
multivariate_ui()
,
pca_ui()
Principal Components Analysis UI
Description
Principal Components Analysis UI
Usage
pca_ui(id, center = TRUE, scale = TRUE, help = NULL)
Arguments
id |
A |
center |
A |
scale |
A |
help |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other multivariate analysis modules:
ca_server()
,
ca_ui()
,
multivariate_server()
,
multivariate_ui()
,
pca_server()
Prepare Data Server
Description
Prepare Data Server
Usage
prepare_server(
id,
choose = function(...) TRUE,
select = function(...) TRUE,
demo = NULL
)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
choose |
A predicate |
select |
A predicate |
demo |
A |
Value
A reactive data.frame
.
See Also
Other generic modules:
import_server()
,
import_ui()
,
prepare_ui()
Prepare Data UI
Description
Prepare Data UI
Usage
prepare_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other generic modules:
import_server()
,
import_ui()
,
prepare_server()
Plot Server
Description
Plot Server
Usage
render_plot(id, x, ...)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
... |
Further parameters to be passed to |
Value
No return value, called for side effects.
See Also
Other widgets:
output_plot()
Run an App
Description
A wrapper for shiny::shinyAppDir()
.
Usage
run_app(
app = c("diversity", "seriation", "aoristic", "mcd", "source", "scatter", "ternary",
"ca", "pca"),
bookmark = FALSE,
options = list(launch.browser = interactive())
)
Arguments
app |
A |
bookmark |
A |
options |
A |
Details
Application name | Keyword |
Aoristic Analysis | aoristic |
Correspondence Analysis | ca |
Principal Components Analysis | pca |
Diversity Measures | diversity |
Mean Ceramic Date | mcd |
Scatter Plot | scatter |
Matrix Seriation | seriation |
Compositional Data Analysis | source |
Ternary Plot | ternary |
Value
A shiny application object.
Author(s)
N. Frerebeau
Examples
if (interactive()) {
run_app("seriation")
}
Scatter Plot Server
Description
Scatter Plot Server
Usage
scatter_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other plot modules:
graphics_server()
,
graphics_ui()
,
scatter_ui()
,
ternary_server()
,
ternary_ui()
Scatter Plot UI
Description
Scatter Plot UI
Usage
scatter_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other plot modules:
graphics_server()
,
graphics_ui()
,
scatter_server()
,
ternary_server()
,
ternary_ui()
Updatable Select List
Description
Updatable Select List
Usage
selectize_ui(id, label = "Choose", multiple = FALSE)
Arguments
id |
A |
Value
A select list control that can be added to a UI definition
(see shiny::selectizeInput()
).
CA Seriation Server
Description
CA Seriation Server
Usage
seriate_server(id, x, order)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
order |
A reactive R object (coercible by |
Value
A reactive kairos::AveragePermutationOrder
object.
See Also
Other chronology modules:
aoristic_server()
,
aoristic_ui()
,
seriate_ui()
,
time_interval_server()
,
time_interval_ui()
CA Seriation UI
Description
CA Seriation UI
Usage
seriate_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other chronology modules:
aoristic_server()
,
aoristic_ui()
,
seriate_server()
,
time_interval_server()
,
time_interval_ui()
Ternary Plot Server
Description
Ternary Plot Server
Usage
ternary_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
No return value, called for side effects.
See Also
Other plot modules:
graphics_server()
,
graphics_ui()
,
scatter_server()
,
scatter_ui()
,
ternary_ui()
Ternary Plot UI
Description
Ternary Plot UI
Usage
ternary_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other plot modules:
graphics_server()
,
graphics_ui()
,
scatter_server()
,
scatter_ui()
,
ternary_server()
Bootstrap Theme
Description
Bootstrap Theme
Usage
theme_ui(version = "5", ...)
Arguments
version |
A |
... |
Extra parameters to be passed to |
Value
Returns a sass::sass_bundle()
object (see bslib::bs_theme()
).
Aoristic Analysis Server
Description
Aoristic Analysis Server
Usage
time_interval_server(id, x)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
x |
A reactive |
Value
A reactive list
.
See Also
Other chronology modules:
aoristic_server()
,
aoristic_ui()
,
seriate_server()
,
seriate_ui()
,
time_interval_ui()
Time Intervals UI
Description
Time Intervals UI
Usage
time_interval_ui(id)
Arguments
id |
A |
Value
A nav item that may be passed to a nav container
(e.g. bslib::navset_tab()
).
See Also
Other chronology modules:
aoristic_server()
,
aoristic_ui()
,
seriate_server()
,
seriate_ui()
,
time_interval_server()
Update a Select List with a Vector
Description
Update a Select List with a Vector
Usage
update_selectize_values(
id,
x,
exclude = reactive({
NULL
}),
preserve = TRUE,
none = TRUE,
server = TRUE
)
Arguments
id |
A |
x |
A reactive |
exclude |
A reactive |
preserve |
A |
none |
A |
server |
A |
Value
A reactive character
vector of column names.
Side effect: change the value of a select input on the client.
See Also
Update a Select List with Column Names
Description
Update a Select List with Column Names
Usage
update_selectize_variables(
id,
x,
find = NULL,
use = NULL,
selected = NULL,
preserve = TRUE,
none = TRUE,
server = TRUE
)
Arguments
id |
A |
x |
A reactive |
find |
A predicate |
selected |
A |
preserve |
A |
none |
A |
server |
A |
Value
A reactive character
vector of column names.
Side effect: change the value of a select input on the client.