ellnotate | R Documentation |
Convenience function to label rarity plots with scaling exponent
ellnotate(title = NULL, l, unicode_in_title = TRUE, ...)
title |
Character string, or NULL. |
l |
Scaling exponent for the mean, can be any real number. |
unicode_in_title |
Logical, include unicode ell and its value. |
... |
Additional arguments passed to other functions. |
ggplot object
myp <- rarity_plot(1:10, 0)
myp +
ellnotate("Hill-Shannon diversity", l = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.