library(agricolae)
data(growth)
h<-graph.freq(growth$height,plot=FALSE)
points<-ojiva.freq(h,col="red",frame=FALSE,
xlab="Height", ylab="Accumulated relative frequency", main="ojiva")
print(points)
Run the code above in your browser using DataLab