Package 'CruzPlot'

Title: Plot Shipboard DAS Data
Description: A utility program oriented to create maps, plot data, and do basic data summaries of DAS data files. These files are typically, but do not have to be DAS <https://swfsc-publications.fisheries.noaa.gov/publications/TM/SWFSC/NOAA-TM-NMFS-SWFSC-305.PDF> data produced by the Southwest Fisheries Science Center (SWFSC) program 'WinCruz'.
Authors: Sam Woodman [aut, cre] , Tim Gerrodette [aut]
Maintainer: Sam Woodman <[email protected]>
License: Apache License (== 2)
Version: 1.4.10.9000
Built: 2024-10-24 06:01:32 UTC
Source: https://github.com/swfsc/cruzplot

Help Index


CruzPlot

Description

Create maps of shipboard DAS data

Details

A utility program oriented to create maps, plot data, and do basic data summaries from data files in the "DAS" format, typically produced by WinCruz.

Author(s)

Sam Woodman [email protected]

See Also

https://swfsc.github.io/CruzPlot/


Open CruzPlot

Description

Open the CruzPlot utility program, an R Shiny application

Usage

cruzplot_gui(launch.browser = TRUE)

Arguments

launch.browser

Logical with default of TRUE; passed to launch.browser argument of runApp

Examples

if (interactive()) cruzplot_gui(launch.browser = TRUE)