powered by
freqpoly(x, plot = TRUE, ...) hist2freqpolygon(hist) "plot"(x, freq = equidist, col = graphics::par("fg"), lty = NULL, lwd = 1, main = paste("Frequency polygon of", paste(x$xname, collapse = "\n")), sub = NULL, xlab = x$xname, ylab, xlim = range(x$x), ylim = NULL, axes = TRUE, labels = FALSE, add = FALSE, ann = TRUE, ...)
hist()
link{hist}()
"freqpoly"
plot
TRUE
freqpoly(faithful$eruptions) bks <- c(0, 1, 1.5, 2, 3, 3.5, 4, 4.5, 5, 7) hist(faithful$eruptions, breaks = bks) freqpoly(faithful$eruptions, col = rgb(0,0,1,.5), lwd = 5, breaks = bks, add = TRUE)
Run the code above in your browser using DataLab