search for: oneminus

Displaying 1 result from an estimated 1 matches for "oneminus".

Did you mean: oneman's
2007 Jul 02
0
CCDF plotting - axis labels+overlay
My apologies in advance for what will probably be a poor post, but I'm very new to R and, obviously, the R-help group. What I am trying to do is plot the complementary cumulative distribution function (aka survivor function) on log-log axes. The cdf function with the oneminus=TRUE option in the heR.Misc package almost does what I want to do with two problems. First, labeling the y-axis seems to be a problem - I cannot get it to change. Second, I would like to overlay ccdf's on the same plot. I can get them on the same plot with new=TRUE. However, when I try to sca...