powered by
Plot an interval histogram and fit of intRvals object
# S3 method for intRvals plot( x, binsize = 20, xlab = "Interval", ylab = "Density", main = "Interval histogram and fit", line.col = "red", line.lwd = 1, ... )
An intRvals class object
Width of the histogram bins
a title for the x axis
a title for the y axis
an overall title for the plot
Color of the plotted curve for the model fit
Line width of the plotted curve for the model fit
Additional arguments to be passed to the low level hist plotting function
This function returns a list with data, corresponding to the model fit
# NOT RUN { data(goosedrop) dr=estinterval(goosedrop$interval) plot(dr) plot(dr,binsize=10,line.col='blue') # }
Run the code above in your browser using DataLab