Autoplot fitdist
Plots the cumulative distribution function (cdf) using the ggplot2 generic.
## S3 method for class 'fitdist' autoplot(object, ...) ## S3 method for class 'fitdists' autoplot(object, ...) ## S3 method for class 'fitdistcens' autoplot(object, ...)
object |
The object. |
... |
Unused. |
autoplot.fitdists
: Autoplot fitdists
autoplot.fitdistcens
: Autoplot fitdistcens
ggplot2::autoplot(boron_lnorm) ggplot2::autoplot(boron_dists) fluazinam_lnorm$censdata$right[3] <- fluazinam_lnorm$censdata$left[3] * 1.5 fluazinam_lnorm$censdata$left[5] <- NA ggplot2::autoplot(fluazinam_lnorm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.