createPlotLanes: Create Plot lanes

Description Usage Arguments Value

View source: R/correctionsataglance-data.R

Description

Given lists of required and optional data, creates the data lanes for the plot and returns them as a list.

Usage

1
2
createPlotLanes(approvalData, requiredData, requiredNames, optionalData,
  optionalNames, dateRange, startSeq, endSeq)

Arguments

approvalData

The approval data to create the approval lane from

requiredData

The vector of required data sets (processing order corrections)

requiredNames

The vector of display names for the required data sets

optionalData

The vector of optional data sets (thesholds, qualifiers, notes, and grades)

optionalNames

The vector of display names for the optional data sets

dateRange

The date range of the report

startSeq

The sequence of all month start dates on the report

endSeq

The sequence of all month end dates on the report

Value

A list holding the created data lanes, the approval lane, the calculated lane rectangle height, and the list of labels to be put into the label table.


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.