scatter_alphabeta: produces a figure summarizing alpha and beta diversity on...

View source: R/scatter_alphabeta.R

scatter_alphabetaR Documentation

produces a figure summarizing alpha and beta diversity on scatterplots

Description

produces a figure summarizing alpha and beta diversity on scatterplots

Usage

scatter_alphabeta(
  alpha,
  PCoA_1,
  PCoA_2,
  PCoA_3,
  classes,
  filename = NULL,
  palette = "Set1"
)

Arguments

alpha

numeric. alpha diversity estimated

PCoA_1

numeric. first component obtained from PCoA

PCoA_2

numeric. second component obtained from PCoA

PCoA_3

numeric. third component obtained from PCoA

classes

character. classes of vegetation types/species communities

filename

character. path where to save figure

palette

character. palette to be used. –> either name for a palette in RColorBrewer::brewer.pal or set of colors

Value

none


jbferet/biodivMapR documentation built on April 12, 2025, 1:32 p.m.