1. Don't worry about your english. For most of the people who follow this list, English is a second language.

2. It would help if you provided an example of what you tried that didn't work.

3. Does the following answer your question:

> a <- 1:2
> b <- 3:4
> (d <- c(a, b))
[1] 1 2 3 4
>

If not, please check the posting guide "http://www.R-project.org/posting-guide.html";. It may help you answer your question yourself faster than we can. If that fails, it may increase the chances that we actually answer your real question.

     Bon chance.
     spencer graves

Frederic renaud wrote:

Hi!
Can you help me? I would like to make a vector from p
pre-determined vector. The parameter p can change.
I've try with ?c with unsuccess! An idee?

Sorry for my english!
Thanks
Fred

______________________________________________
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



-- Spencer Graves, PhD, Senior Development Engineer O: (408)938-4420; mobile: (408)655-4567

______________________________________________
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

Reply via email to