plot.htest: Diagnostic Plots

View source: R/plot.htest.R

plot.htestR Documentation

Diagnostic Plots

Description

Creates diagnostic plots for selected hypothesis tests.

Usage

## S3 method for class 'htest'
plot(x, which = "All", set.up = TRUE, ...)

## S3 method for class 'kensen'
plot(x, which = "All", set.up = TRUE, ...)

## S3 method for class 'ppcc'
plot(x, which = "All", set.up = TRUE, ...)

Arguments

x

an object having classes "htest" and some other class for which a plot method exists.

which

either "All" or a number indicating which plot, see Details.

set.up

set up the graphics page?

...

not used, required for other methods.

Details

The kensen method for plot graphs the y and t data with the best fit line.

The ppcc method creates a single graph that shows the q-normal plot with a line showing the fit.

Value

The object x is returned invisibly.


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