It isn't clear to me what you want to do. Do you want the axes to show? Do
you want labels for the lines? Do you want a legend? What is your desired
output?
-tgs
On Wed, Dec 8, 2010 at 2:42 PM, casperyc wrote:
>
> Hi All,
>
> How do I add these axis labels?
>
> #
Hi All,
How do I add these axis labels?
###
p=seq(0,1,length.out=500)
p=p[-c(1,length(p))]
g1=log(p/(1-p))
g2=qnorm(p)
g3=log(-log(1-p))
g4=-log(-log(p))
plot(p,g1,
'n',ylim=c(-5,5),las=1,
bty='n',
xaxt='n',yaxt='n',
xla
2 matches
Mail list logo