Generate a section of clustering dimensionality reduction plots in an RMarkdown document.
Source:R/html.R
generate_dimred_plots_clustering_section.Rd
The hierarchy is composed of tabsets:
Dimred (UMAP, t-SNE, PCA)
Clustering parameters (resolution,
k
), if applicable
Usage
generate_dimred_plots_clustering_section(
dimred_plots_clustering_files,
dimred_plots_clustering_united_files,
algorithm_category,
algorithm,
rel_start_dir,
header_level
)
Arguments
- dimred_plots_clustering_files
A
tibble
.- dimred_plots_clustering_united_files
A
tibble
.- algorithm_category, algorithm
Character vectors to filter by
dimred_plots_clustering_files
anddimred_plots_clustering_united_files
.- rel_start_dir
A character scalar: path to HTML file in which will be links to PDF files. See the Relative links section in
create_a_link()
.- header_level
An integer scalar: the first header level.