make.lf.cell: Visualize the input LF data

View source: R/make.lf.cell.R

make.lf.cellR Documentation

Visualize the input LF data

Description

make.lf.cell This function plot mean LF by cell

Usage

make.lf.cell(
  LF,
  fcol,
  lcol,
  bins,
  save_dir,
  plot_name = "LF_map",
  plot_format = "png",
  lwd = 1,
  width = 8,
  height = 5
)

Arguments

LF

The length frequency data frame input; must include four columns: lat, lon, year, and quarter

fcol

The first column in the data frame with length frequency info

lcol

The last column in the data frame with length frequency info

bins

Names of all bins included in LF

save_dir

The directory where results will be saved

plot_name

The name of the plot to be saved

plot_format

The format (e.g., png and pdf) of the plot to be saved

lwd

The width of lf bars

width

The width of the plot to be saved

height

The height of the plot to be saved


HaikunXu/FishFreqTree documentation built on Jan. 25, 2025, 12:07 a.m.