Description Usage Arguments Value Examples
Returns the most common fish + count, the rarest fish, the total number of fish, and plot if plot = TRUE. Takes vector input of fish species list (or really any list of occurrences)
1 | fish_counts(fish, plot = FALSE)
|
fish |
(list) |
plot |
(default = FALSE) |
most common fish, rarest fish, total number of fish, plot (optional)
1 2 3 | > fish_counts(all_fish, plot = FALSE)
salmon tuna
2 5 300
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.