View source: R/make_clusters_explore.R
make_clusters_explore | R Documentation |
Deprecated. Use individual make_ functions.
make_clusters_explore(
clusters_df,
n_sample = 10,
cores = 1,
save_results = TRUE,
do_env = TRUE,
do_ind = TRUE,
out_exp = tempdir(),
exp_type = "cluster",
do_gc = FALSE,
obj_list
)
clusters_df |
Dataframe with column 'clusters'. |
n_sample |
Number of samples to use to calculate gap statistic. |
cores |
How many cores to use in |
save_results |
Logical. If true, results will be saved along the way. If the file already exists, that result will not be recreated. |
do_env |
Logical. Run make env silhouette, wss and gap. |
do_ind |
Logical. Make |
out_exp |
Directory into which results are saved. |
exp_type |
Name to prefix files with and appended to |
do_gc |
Run |
obj_list |
List of objects required:
|
Explore clusters using silhouette width, within-group sum-of-squares, indicators and widespread taxa.
Each output saved along the way to out_exp
. Outputs are not made if
they have already been saved. Created outputs returned in list with elements:
biota result from make_sil_df()
.
biota result from calc_wss()
.
env result from make_sil_df()
.
env result from calc_wss()
.
indicator values for biota from
make_ind_val_df()
, clusters_with_indicator()
and
sites_with_indicator()
.
biota results from clusters_with_freq_taxa()
and sites_with_freq_taxa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.