make_species_list: Generate a species list containing unique levels from a...

Description Usage Arguments Value Author(s) See Also

View source: R/make_species_list.R

Description

Generate a data frame containing unique species names, summed abundances and search terms to be used by confirm_species_list.

Usage

1
2
3
4
5
6
7
make_species_list(
  dat,
  sp.col = "species",
  ab.col = NULL,
  st.col = NULL,
  exp.col = NULL
)

Arguments

dat

Data frame containing taxonomy information. Must be in long format.

sp.col

Character specifying the column name that contains species names in dat.

ab.col

Character specifying the column name that contains species abundances in dat.

st.col

Character specifying the column name that contains station names in dat.

exp.col

Character specifying the column name that contains expedition in dat.

Value

Returns speciesList object containing a list of unique species entries in dat ($data) and summary information ($sum_info). $data contains following columns:

Author(s)

Mikko Vihtakari

See Also

confirm_species_list for confirming the species names against a database.


MikkoVihtakari/MarineDatabase documentation built on July 7, 2020, 2:16 a.m.