plotRawData creates a set of diagnostic plots and summaries, writing pdfs and a text file in addition to plotting onscreen and console.

plotRawData(rawData, fname = NULL)

Arguments

rawData

an unfiltered PacFIN dataset

fname

A filename with the appropriate extension, used to save the function output to the disk. For example, LenComps.csv or file.path(getwd(), "SampleSize.csv"). Full, relative, or simple paths are allowed because the argument is used as is, i.e., not redirected to a directory different than getwd(). Note that various functions within PacFIN.Utilities have different default values for this input argument.

Details

Workflow

Run plotRawData to visualize and summarize the PacFIN data prior to running cleanPacFIN.

Will create a filename from the species ID if one is not provided.