R/scatter_alphabeta.R
scatter_alphabeta.Rd
produces a figure summarizing alpha and beta diversity on scatterplots
scatter_alphabeta(
alpha,
PCoA_1,
PCoA_2,
PCoA_3,
classes,
filename = NULL,
palette = "Set1"
)
numeric. alpha diversity estimated
numeric. first component obtained from PCoA
numeric. second component obtained from PCoA
numeric. third component obtained from PCoA
character. classes of vegetation types/species communities
character. path where to save figure
character. palette to be used. –> either name for a palette in RColorBrewer::brewer.pal or set of colors
none