Learn R Programming

algaeClassify (version 2.0.4)

sampeff: Visually assess change in sampling effort over time (author: Dietmar Straile)

Description

Visually assess change in sampling effort over time (author: Dietmar Straile)

Usage

sampeff(
  b_data,
  column,
  save.pdf = FALSE,
  lakename = "",
  datecolumn = "date_dd_mm_yy",
  dateformat = "%d-%m-%y"
)

Value

a time-series plot of minimum relative abundance over time. This should change systematically with counting effort.

Arguments

b_data

Name of data.frame object

column

column name or number for field containing abundance (biomass,biovol, etc.) can be NA for presence absence

save.pdf

TRUE/FALSE Should the output plot be saved to a file? defaults to FALSE

lakename

Character string for labeling output plot

datecolumn

Character String or number specifying dataframe field with date information

dateformat

Character string specifying POSIX data format

Examples

Run this code
data(lakegeneva)
#example dataset with 50 rows

sampeff(lakegeneva,column=6) #column 6 contains biovolume

Run the code above in your browser using DataLab