Hi Listers,

I have generated a random normal distribution using rnorm

> y <- rnorm(180,116.7,5.4)

How do I get a list of the x values that correspond to each y value that
was generated. If I do a call to y, then I get the y-values but I also need
the x values so I can generate a plot in another package I am using.

Andy




-- 
Andrew Halford Ph.D
Adjunct Research Scientist
University of Guam & Curtin University
Ph: +61 (0) 468 419 473

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to