plot_kite: Plot kite diagram

View source: R/kites.r

plot_kiteR Documentation

Plot kite diagram

Description

Plot kite diagram

Usage

plot_kite(survey, min_abund = 50, xlabtext = NULL)

Arguments

survey

Shore survey (or other) data. First column are distances (can have replicates at each distance) and remaining columns are abundances of each taxon (with name as column header).

min_abund

Minimum total abundance of taxa to be included on plot. Defaults to 50.

xlabtext

Text for x axis label. Defaults to "Distance from LW (m)" if not provided.

Value

Kite diagram plot (drawn with base graphics).


robbriers/kites documentation built on Nov. 3, 2022, 12:16 a.m.