Summarise TimeFish data by geography
timefish_summary_by_geo.RdSummarise TimeFish data by geography
Usage
timefish_summary_by_geo(
data = timefish_join(),
metric = c("abundance", "richness", "biomass"),
level = c("country", "state", "site")
)Arguments
- data
A joined TimeFish data frame, usually from
timefish_join().- metric
One of
abundance,richness, orbiomass.- level
One of
country,state, orsite.