Draw an interactive 3D ordination plot using plotly.
Examples
data("global_patterns", package = "microbiomedataset")
ord <- run_ordination(global_patterns, method = "PCoA", n_axes = 3)
plot_ordination_3d(ord, color_by = "SampleType")
Draw an interactive 3D ordination plot using plotly.
data("global_patterns", package = "microbiomedataset")
ord <- run_ordination(global_patterns, method = "PCoA", n_axes = 3)
plot_ordination_3d(ord, color_by = "SampleType")