sampReport: Summarize Samples

View source: R/sampReport.R

sampReportR Documentation

Summarize Samples

Description

Create a multi-page pdf file of sample data by station in a dataset. The first pages are a listing of the first and last sample and total numerof of samples at each station. The following pages are dot plots of the sample dates. No more than 40 stations per page are liested or plotted.

Usage

sampReport(data, DATES = "DATES", STAID = "STAID", file)

Arguments

data

the dataset to summarize

DATES

the name of the column containing the sample dates

STAID

the name of the column containing the station identifiers

file

the output file base name; the .pdf suffix is appended to make the actual file name. If missing, then the name of data is used as the base name.

Value

The actual file name is returned invisibly.


USGS-R/restrend documentation built on Oct. 11, 2022, 6:10 a.m.