exploreACMT2: Explore Acoustic and Midwater Trawl Data

Description Usage Arguments Details

View source: R/exploreACMT2.R

Description

Explore acoustic and midwater trawl data.

Usage

1
2
3
4
5
6
7
8
exploreACMT2(
  maindir,
  rdat = "ACMT",
  AC = TRUE,
  MT = TRUE,
  ageSp = NULL,
  short = TRUE
)

Arguments

maindir

A character scalar giving the directory where output will be placed. Use forward slashes, e.g., "C:/temp/".

rdat

A character scalar giving the name of the RData file in maindir with the acoustic and midwater trawl data, typically the output from readAll.

AC

A logical scalar indicating if you want to explore the acoustic data, default TRUE.

MT

A logical scalar indicating if you want to explore the midwater trawl data, default TRUE.

ageSp

A numeric vector giving the species codes for species for which age-length keys should be used, default NULL.

short

Logical scalar, indicating aspect of map area. If TRUE, the default, the mapped area is assumed to be wider (longitudinally) than tall. Used to better arrange multiple maps on a single page.

Details

A rich text file (rtf) with a *.doc file extension (so that it will be opened with Word by default) is saved to maindir.


JVAdams/EchoNet2Fish documentation built on Feb. 15, 2021, 4:27 a.m.