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
character
string specifying the name of a dataset (seeimport_server()
).- verbose
A
logical
scalar: should R report extra information on progress?
Value
A reactive nexus::CompositionMatrix
object.
See also
Other coda modules:
coda_barplot_server()
,
coda_barplot_ui()
,
coda_hclust_server()
,
coda_hclust_ui()
,
coda_outliers_server()
,
coda_outliers_ui()
,
coda_summary_server()
,
coda_summary_ui()
,
coda_ui()
,
logratio_server()
,
logratio_ui()