plot.normtest: Plot method for objects of class normtest

Description Usage Arguments Value Examples

Description

Plot method for objects of class normtest

Plot method for objects of class normtest

Usage

1
2
3
4
5
## S3 method for class 'normtest'
plot(x)

## S3 method for class 'normtest'
plot(x)

Arguments

x

Object of class normtest

x

Object of class normtest

Value

invisible NULL

invisible NULL

Examples

1
2
3
4
5
6
a <- rnorm(1000,7,2)
nt <- normtest(a)
plot(nt)
a <- rnorm(1000,7,2)
nt <- normtest(a)
plot(nt)

atzo92/normtest documentation built on May 9, 2019, 4:16 a.m.