Dear all R users, Suppose, > x = rnorm(1000) > y = rt(1000,3) > plot(range(1:1000),range(x,y),type="n",xlab=NA,ylab=NA) > lines(x,col="red") > lines(y,col="blue") Now I want to put a footnote in the plot window to tell that RED lines represents the random numbers from normal-dist and blue line represents the random numbers from t-dist.
Can anyone please tell me how to do that? Sincerely yours, Arun [[alternative HTML version deleted]] ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.