named character vector whose names are values in the
group column of the data slot of data,
and whose values are colors to assign to those group names.
main_title
string specifying the plot title.
legend_title
string specifying the legend title.
log_q
if TRUE then plot \(q\) on a log scale;
if FALSE plot on a linear scale.
log_d
if TRUE then plot the diversity scores \(D\)
on a log scale; if FALSE plot on a linear scale.
xlim
numeric vector of two values specifying the
c(lower, upper) x-axis limits.
ylim
numeric vector of two values specifying the
c(lower, upper) y-axis limits.
annotate
string defining whether to added values to the group labels
of the legend. When "none" (default) is specified no
annotations are added. Specifying ("depth") adds
sequence counts to the labels.
silent
if TRUE do not draw the plot and just return the ggplot2
object; if FALSE draw the plot.