powered by
plot.citfun(x, ..., xmarg=10, add=F, xlab="", ylab="", main="", ylim=c(0, max(x)), xlim=c(0, length(x) + xmarg))
TRUE
curve.add.rp
curve.add.lp
plot.default
john_s <- c(11,5,4,4,3,2,2,2,2,2,1,1,1,0,0,0,0); plot.citfun(john_s, main="Smith, John", col="red");
Run the code above in your browser using DataLab