powered by
plot_records returns a bar graph showing the number of records for each distinct scientific name in the dataset.
plot_records
plot_records(df, top_ten = TRUE, color = TRUE)
A dataframe in FishNet2 standard format (by using read.csv())
Top ten species occurrence counts
True if each bar should have a distinct color, FALSE for grey bars. Default: TRUE
Plot of record count by Scientific Name on a bar graph
This is a function to visualize data by Scientific Name from FishNet2 search query. A dataframe is input from a standard FishNet2 search query.
# NOT RUN { plot_records(louisiana) # }
Run the code above in your browser using DataLab