length_freq: length_freq

length_freqR Documentation

length_freq

Description

return a table of species fooditems

Usage

length_freq(
  species_list = NULL,
  fields = NULL,
  server = c("fishbase", "sealifebase"),
  version = "latest",
  db = NULL,
  ...
)

Arguments

species_list

A vector of scientific names (each element as "genus species"). If empty, a table for all fish will be returned.

fields

subset to these columns. (recommend to omit this and handle manually)

server

Either "fishbase" or "sealifebase".

version

a version string for the database. See available_releases() for details.

db

database connection, now deprecated.

...

additional arguments, currently ignored

Value

a table of length_freq information by species; see details

References

http://www.fishbase.org/manual/english/lengthfrequency.htm

Examples


## Not run: 
length_freq("Oreochromis niloticus")

## End(Not run)


ropensci/rfishbase documentation built on Aug. 31, 2024, 6:01 p.m.