view_cats: Visualize CATS data

View source: R/viz.R

view_catsR Documentation

Visualize CATS data

Description

Visualize CATS data

Usage

view_cats(prh, vars = "p")

Arguments

prh

A CATS PRH object (see read_nc)

vars

A vector of columns in prh to plot. "p" by default (depth).

Value

A plotly figure, with subplots in one column. One PRH variable per subplot. Triaxial variables (e.g. aw) represented as multiple colors in one subplot.

Examples

view_cats(mn200312_58, c("p", "pitch", "aw"))

FlukeAndFeather/catsr documentation built on March 18, 2022, 8:44 a.m.