Description Usage Arguments Value Author(s)
The function takes a vector and find the most common fish, the rarest fish, the total number of fish, and has the option to plot a histogram of the number of each fish type.
1 | fish_summary(name_vec, graph = FALSE)
|
name_vec |
vector of fish names |
graph |
histogram with count of fish types (default = FALSE) |
Total number of fish = t, Most common fish = c, Rarest fish = l, Histogram with count of fish types = p
Claudia Flores & Mariano Viz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.