[R] Noval numbers

2010-02-07 Thread Mag. Ferri Leberl
Dear everybody, How can I transform numbers to a positional system with the base of, e.g., nine, and do further operations with them? Thank you in advance Yours, sincerely Mag. Ferri Leberl __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] Background Colour

2008-10-24 Thread Mag. Ferri Leberl
w") > #your stuff > dev.off() > > Hope that helps > > Mag. Ferri Leberl wrote: > > Dear eveerybody, > > I am making a .pdf, starting: > > > > pdf("rotondje.pdf",width=m, height=m) > > frame() > > > >

[R] Background Colour

2008-10-24 Thread Mag. Ferri Leberl
Dear eveerybody, I am making a .pdf, starting: pdf("rotondje.pdf",width=m, height=m) frame() How can I set the background-colour of the frame yellow? Thank you in advance. Yours, Leberl __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/

[R] Problems with Cairo-installation

2008-06-25 Thread Mag. Ferri Leberl
Dear Everybody, install.packages("Cairo") returns [...] * Installing *source* package 'Cairo' ... checking for gcc... gcc-4.2 -std=gnu99 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ERROR: configuration

[R] R-Logo in \LaTeX

2008-03-06 Thread Mag. Ferri Leberl
Dear everybody! Is there a command in \LaTeX to display the R-Logo or has anybody made it up? Thank you in advance. Yours, sincerely Mag. Ferri Leberl __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

[R] Adding elements to existing lists

2008-02-16 Thread Mag. Ferri Leberl
Dear everybody! Is there a command to add elements to an existing list, at best excluding the addition of already included ones? Thank you in advance. Yours, Mag. Ferri Leberl __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] Thanks

2008-02-07 Thread Mag. Ferri Leberl
Dear Everybody, thank you for helping me with R recently. I have published the result here. Appreciate it or not. Yours, Mag. Ferri Leberl [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] problems with .svg

2008-01-25 Thread Mag. Ferri Leberl
Asche auf mein Haupt. Yours, Mag. Ferri Leberl Am Donnerstag, den 24.01.2008, 17:12 + schrieb Prof Brian Ripley: > I suspect you have ignored > >'If you are using an old version of R and think it does not work >properly, upgrade to the latest version and try tha

Re: [R] problems with .svg

2008-01-24 Thread Mag. Ferri Leberl
Dear everybody, I still didn't manage to install the RSvgDevice-Package. Please, note the attached file: The server cannot seriousely be the problem. I would be glad if you could find the mistake. Thank you in advance. Yours, Mag. Ferri Leberl Am Sonntag, den 20.01.2008, 18:29 + sc

Re: [R] problems with .svg

2008-01-20 Thread Mag. Ferri Leberl
Or go to > http://cran.at.r-project.org/src/contrib/PACKAGES.html > and download the package directly and install it via > > R CMD INSTALL > > You might need to give the '-l' options for where to install to. > > G. > > On Sun, Jan 20, 2008 at 03:4

[R] problems with .svg

2008-01-14 Thread Mag. Ferri Leberl
t des Dokuments angezeigt." Which information should how be included? Thank you in advance. Yours, Mag. Ferri Leberl __ 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.o

Re: [R] Working with ranges of a list

2007-12-16 Thread Mag. Ferri Leberl
. punkte[,1]<-orte[[1]][[2[1]]] being replaced by for(n in 1:lang){ punkte[n,1]<-orte[[n]][[2[1]]] punkte[n,2]<-orte[[n]][[3[1]]] } but I wonder if there was no more efficient way. Faithfully, Mag. Ferri Leberl Am Sonntag, den 16.12.2007, 10:32 -0500 schrieb jim holtman: > Is this what

[R] Working with ranges of a list

2007-12-16 Thread Mag. Ferri Leberl
, such as to get the following array returned: [,1] [,2] [1,] 53.55 NA [2,] 53.87 NA [3,] 53.87 NA Thank you in advance. yours, Mag. Ferri Leberl #Programm zur Erstellung eines Wasserwegenetzplanes #Städte #TLD.Stadtkürzel<-list("Stadtname",Breite,Länge) de.cux<-list(&quo

Re: [R] Arguments become nonnumeric

2007-12-09 Thread Mag. Ferri Leberl
Thank you, this seems promissing. How can I address then a certain element e.g. to add the second and the third component? Faithfully, Mag. Ferri Leberl Am Sonntag, den 09.12.2007, 07:11 -0800 schrieb jim holtman: > You program contains: > > de.dd<-c("Dresden",51,2,13,

[R] Arguments become nonnumeric

2007-12-09 Thread Mag. Ferri Leberl
Dear Everybody, Enclosed are the tiny beginning of a program and its output. As a pity, if I load the image the elements of are non numerical; returns . How can I keep the numbers numerical? Thank you in advance. hopefully, Mag. Ferri Leberl #Programm zur Erstellung eines Wasserwegenetzplanes