NA.runs {FlowScreen}R Documentation

Missing data runs for daily time series.

Description

This function takes a data.frame from create.ts and returns a data.frame of missing data runs.

Usage

NA.runs(TS, quiet = FALSE)

Arguments

TS

data.frame of streamflow time series loaded with read.flows.

quiet

A boolean to indicate message printing.

Value

Returns a data.frame with the following columns:

Author(s)

Jennifer Dierauer

See Also

create.ts to create input, NA.count.runs to sum the the missing data occurrences by year or month.

Examples

data(caniapiscau)
cania.sub <- caniapiscau[300:1800,]
cania.ts <- create.ts(cania.sub)
res <- NA.runs(cania.ts)
print(res)

[Package FlowScreen version 2.1 Index]