Learn R Programming

CoSMoS (version 2.1.2)

plot.fitDist: Plot method for fitDist

Description

Plot method for fitDist

Usage

# S3 method for fitDist
plot(x, ...)

Arguments

x

fitDist object

...

other args

Examples

Run this code

x <- fitDist(rnorm(1000), 'norm', 30, 'N1', FALSE)

plot(x)

Run the code above in your browser using DataLab