plot_check: Plot Check

Description Usage Arguments Details Value Examples

View source: R/plot_check.R

Description

Check raw data by plotting against time, lon, and lat

Usage

1
2
plot_check(X, check_cols = c("depth", "btemp", "stemp"), by = c("spp"),
  na.handle = c("rm", "fill_0", "fill_mean", "fill_sample"), ...)

Arguments

X

A trawl data.table

check_cols

The name of the column(s) to check

by

A column named to be used for grouping

min_n_obs

minimum number of non-NA values in check_col in each group specified in by

Details

Checks raw data by creating figures

Value

Nothing

Examples

1
2
3
ol_plot <- plot_check(clean.sgulf)
clean.sgulf[ol_plot$outliers]
pairs(ol_plot)

rBatt/trawlData documentation built on May 26, 2019, 7:45 p.m.