make.meanl.map: Plot mean length map based on the input LF data

View source: R/make.meanl.map.R

make.meanl.mapR Documentation

Plot mean length map based on the input LF data

Description

make.meanl.map This function plot mean length as maps

Usage

make.meanl.map(
  LF,
  fcol,
  lcol,
  bins,
  save_dir,
  plot_name = "MeanL_map",
  plot_format = "png",
  width = length(unique(LF$lon))/2,
  height = length(unique(LF$lat))/2
)

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

width

The width of the plot to be saved

height

The height of the plot to be saved

s

The size of squares


HaikunXu/RegressionTree documentation built on Jan. 25, 2025, 12:08 a.m.