Description Usage Arguments Value Examples
xcorPlot
explores the fit of the proposed approximation of
cross-correlation.
1 |
object |
A list of the imported data from |
alpha |
A number, |
theta |
A number, |
concurrentMin |
A number specifying the minimum number of years of concurrent record required to estimate cross-correlation. |
DistMeth |
A value of |
plot |
A logical spcifying if the plot should be created. |
If plot=FALSE
, the Nash-Sutcliffe model efficieny is returned.
1 2 3 4 5 6 7 8 9 10 | # Import some example data
peakFQdir <- paste0(
file.path(system.file("exampleDirectory", package = "WREG"),
"pfqImport"))
gisFilePath <- file.path(peakFQdir, "pfqSiteInfo.txt")
importedData <- importPeakFQ(pfqPath = peakFQdir, gisFile = gisFilePath)
# Build cross-correlation plot
xcorPlot(object = importedData, alpha = 0.01, theta = 0.98,
concurrentMin = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.