| sumSamp | R Documentation |
Produce a summary of sample data by station in a dataset.
sumSamp(data, DATES = "DATES", STAID = "STAID", by.numeric = TRUE)
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. |
by.numeric |
compute summaries for each numeric column in |
A data frame contining the starting and ending dates of the
samples and the number of samples by station identifier if by.numeric
is FALSE. If by.numeric is TRUE, then the returned
data are by station and numeric column (Reponse) and an indicator of
censoring is included.
# do something here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.