plotRawData.RdplotRawData 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)an unfiltered PacFIN dataset
A filename with the appropriate extension, used to save the
function output to the disk. For example, LenComps.csv or
file.path(getwd(), "LenComps.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
pacfintools have different default values for this input argument. If
NULL in writeComps, then no csv file will be written to disk.
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.