ojiva.freq {agricolae} | R Documentation |
It plots the cumulative relative frequencies with the intervals of classes defined in the histogram.
ojiva.freq(histogram, ...)
histogram |
object created by the function hist() or graph.freq() |
... |
Parameters of the hist() |
histogram |
Object |
...
Felipe de Mendiburu
polygon.freq
, table.freq
, stat.freq
,
intervals.freq
, sturges.freq
, join.freq
,
graph.freq
, normal.freq
library(agricolae) data(growth) attach(growth) #startgraph h<-graph.freq(height,plot=FALSE) points<-ojiva.freq(h,type="l",col="red",frame=FALSE, xlab="Limit of class", ylab="Accumulated relative frequency", main="ojiva") grid(col="black") #endgraph print(points)