qc_fieldvalues: qc_fieldvalues

Description Usage Arguments Author(s)

Description

This function takes a table, and for every unque value of one field, plots the values of other specified fields against eachother. For example, you might QC you catch table by species - in which case, for every different species, you might plot the TOTNO vs the TOTWGT.

Usage

1
2
qc_fieldvalues(qc.df = NULL, field.master = NULL,
  field.master.values = NULL, fields.qc = NULL, min.n = 5)

Arguments

qc.df

default is NULL. This identifies the name of the table you want to plot values from.

field.master

default is NULL. This identifies the field you want to generates plots by. In the example above, this would be SPECIES. param field.master.values default is NULL. In cases where you only want to QC a few different potential values forfield.master, you can specify them here.

field.master.values

default is NULL. If you are only interested in a few values of your field.master, you can enter them as a vector here (e.g. a couple years, or a list of species codes, etc)

fields.qc

default is NULL. This is a vector of between 2 and 5 fields you want to plot against eachother. If left blank, and there are less than 6 fields, they will all be plotted.

min.n

default is 5. This is the minimum number of values you need before plots will be done

Author(s)

Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca


Maritimes/bio.qcdata documentation built on May 14, 2019, 2:40 p.m.