On Tue, Sep 27, 2011 at 9:33 AM, Marion Wenty <marion.we...@gmail.com> wrote:
> hello,
>
> i am looking for a way to get a vector containing the numbers:
>
> 1,100,10000,1000000,...
>
> each element should have two ceros more than the one before it until the
> number
>
> 1e+200
>
> without using a loop.

 10^(seq(0,200,by=2)

Barry

______________________________________________
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