diversity_alpha_server {kinesis}R Documentation

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 data.frame (typically returned by import_server()).

verbose

A logical scalar: should R report extra information on progress?

Value

A reactive data.frame (see tabula::diversity()).

See Also

diversity_alpha_ui()

Other count data modules: bertin_server(), bertin_ui(), diversity_alpha_ui(), diversity_beta_server(), diversity_beta_ui(), diversity_docs_ui(), occurrence_server(), occurrence_ui()


[Package kinesis version 0.2.1 Index]