[R] suspendet due to excessive bounces

2012-06-29 Thread Ferri Leberl
Dear everybody, I repeatedly get e-mails from the provider of this list that my mebership is suspended due to excessive bounces. How can I find out which adresses i have blacklisted wrongly? Thank you in advance. I wish you an nice weekend. Ferri [[alternative HTML version deleted]]

[R] write.table: adapt end of line

2016-02-26 Thread Ferri Leberl
Hi everyone!   I want to include a table into LaTeX. I have a fitting environment and don't want to deal with xtable, so only the core of the table should be exported with something like   write.table(liste,"empf.csv",sep="&",quote=FALSE,row.names=F)   What I need is a way to end every row

[R] BaseX

2016-08-09 Thread Ferri Leberl
Dear everyone, Is there an R-command to change the expression of a number into hexadecimal, base58 base62 or any other common encoding with a high base of signs? Thank you in advance for your answers. Yours, Mag. Ferri Leberl __ R-help@r-project.org

[R] Rmpfr drives me *Rmpfr*

2016-08-16 Thread Ferri Leberl
mpfr’ How can I render the Exit-Status 0 and my mood *smiling*? Thank you for your answer. Yours, Mag. Ferri Leberl     Gesendet: Dienstag, 09. August 2016 um 17:49 Uhr Von: "Richard M. Heiberger" <r...@temple.edu> An: "Rui Barradas" <ruipbarra...@sapo.pt> Cc: 

Re: [R] Rmpfr drives me *Rmpfr*

2016-08-17 Thread Ferri Leberl
*smiling* Thanks, Mag. Ferri Leberl   Gesendet: Mittwoch, 17. August 2016 um 08:48 Uhr Von: "Jean-Pierre Mueller" <jean-pierre.muel...@unil.ch> An: "r-help@r-project.org" <r-help@r-project.org> Betreff: Re: [R] Rmpfr drives me *Rmpfr* Hello, Before running R,

[R] Importing and exporting threedimensional arrays

2016-11-11 Thread Ferri Leberl
Dear all,   I want to process a list of XML-Elements. In one dimension the elements are listed; in the other their respective properties (name, comment, parent, children, attributes).   I am writing a script that processes such tables, and another one that produces sample tables to test the

Re: [R] Importing and exporting threedimensional arrays

2016-11-11 Thread Ferri Leberl
e third dimension (e.g., might it function to use a second separation character within the collumns which may contain several items? Thank you in advance! Have a pleasant weekend. Yours, Ferri Gesendet: Freitag, 11. November 2016 um 12:02 Uhr Von: "Rui Barradas" <ruipbar

[R] writeLines: Write several lines

2016-11-10 Thread Ferri Leberl
Dear All, If I have a vector V consisting of 9 strings — how can I paste them into a single string without programming a loop? Thank you in advance! __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

[R] Frequency of a character in a string

2016-11-14 Thread Ferri Leberl
Dear All, Is there a function to count the occurences of a certain character in a string resp. in a vector of strings? Thank you in advance! Yours, Ferri __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

[R] Breaking down a list into a table

2016-11-22 Thread Ferri Leberl
Dear All, I asked for support to deal with a hirarchy within a character separated list. I solved the problem crudely but effectively by - Choosing for a TSV as input, where in columns that may contain several (or as well no) items the items are separated via semicolon - adding semicolons to

Re: [R] Breaking down a list into a table

2016-11-30 Thread Ferri Leberl
acter')" angewendet Could you please explain me my mistake? Thank you in advance! Yours, Ferri   Gesendet: Dienstag, 22. November 2016 um 14:57 Uhr Von: "Ulrik Stervbo" <ulrik.ster...@gmail.com> An: "Ferri Leberl" <ferri.leb...@gmx.at>, "r-helpr-pro

[R] List of occuring values

2017-09-21 Thread Ferri Leberl
Dear all, ftable produces a list of the frequencies of all occuring values. But how about the occuring values? How can I retrieve a list of occuring values? How can I retrieve a table with both the list of occuring values and their respective frequencies? Thank you in advance, Yours, Ferri

[R] Plot a path

2018-10-31 Thread Ferri Leberl
Dear All, I have a dataframe with four cols: Date, Placename, geogr. latitude, geogr. longitude. How can I plot the path as a line, ordered by the date, with the longitude as the x-axis and the latitude as the y-axis? Thank you in advance! Yours, Ferri

[R] rnaturalearth: detail by degrees

2018-11-03 Thread Ferri Leberl
Dear all, I have the graph of a path, walking a number of places specified by name, logitude and latitude – thanks to Don MacQueen. xliam and ylim define a certain section of the earth. How can I put this section of a political map into the background? Thank you in advance. Yours, Ferri  

[R] Line with linearly changing thickness

2018-11-11 Thread Ferri Leberl
Dear All, I want to depict flows: At point x there is an input of a units. at point y, b units arrive. Obviously, the line thicknes can be manipulated with (a constant) cex. But I want the thickness to change linearly from ~a in x to ~b in y. Is there an out of the box solution for this? Thank

Re: [R] rnaturalearth: detail by degrees

2018-11-11 Thread Ferri Leberl
e source map if(require(sp)){plot(map,ylim=c(mittey-band,mittey+band),xlim=c(mittex-band,mittex+band))}#plot the map #Now plot the path with lines(). The points are described by their geocoords. Yours, Ferri       Gesendet: Sonntag, 04. November 2018 um 22:41 Uhr Von: "Jim Lemon" An: "

Re: [R] Line with linearly changing thickness – installation issues

2018-11-11 Thread Ferri Leberl
ect, can I? Can anybody help me solving the problem? Thank you in advance! Yours, Ferri   Gesendet: Sonntag, 11. November 2018 um 15:38 Uhr Von: "Peter Dalgaard" An: "Ferri Leberl" Cc: r-help@r-project.org Betreff: Re: [R] Line with linearly changing thickness Hmm... I don'

[R] Interplay rnaturalearth, vwline

2018-11-13 Thread Ferri Leberl
Dear All, There is something I don't understand fundamentally about handling geocoords with vwlines, as the axample below may illustrate. vwlines seems to require values somewhere between 0 and 1 as shares of the plot length and width, but obviously that's not the complete story: Point (1,1) is

Re: [R] [FORGED] Re: Line with linearly changing thickness – installation issues

2018-11-11 Thread Ferri Leberl
do get the same error from attempting to install > pkg:twine from github. > > -- David > > Doing this from an Rstudio console running R 3.5.1 in Ubuntu 18.04 > > On 11/11/18 8:30 AM, Ferri Leberl wrote: >> Dear All, >> Thanks to Peter for his hint to the lwline packag

[R] Shapes of the districts of Brandenburg

2021-03-26 Thread Ferri Leberl
Dear ∀, I have today done tentative steps in the use of the cartogram packages, trying the examples on page https://www.rdocumentation.org/packages/cartogram/versions/0.2.2 Can anybody tell me how to adapt the examples to the districts of Brandenburg? I know the population data relevant to my

[R] Spie charts

2021-03-28 Thread Ferri Leberl
Dear ∀, Ist there a function to plot "spie charts" in R? https://en.wikipedia.org/wiki/spie_chart (These are a combination of pie charts and radial pie charts, where the angle represents one dimension and the radius of the respective sector another dimension) Thank you in advance!

[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

[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

[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] 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

[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] Arguments become nonnumeric

2007-12-09 Thread Mag. Ferri Leberl
the numbers numerical? Thank you in advance. hopefully, Mag. Ferri Leberl #Programm zur Erstellung eines Wasserwegenetzplanes #Städte #TLD.Stadtkürzel-c(Stadtname,°Breite,'Breite,°Länge,'Länge) de.dd-c(Dresden,51,2,13,44) save.image(~/gmx/allalei/kanal/kanal.RData

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,44) and since you are mixing

[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(Cuxhaven,53.87,8.7) de.hl

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 you want

[R] problems with .svg

2008-01-14 Thread Mag. Ferri Leberl
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.org/posting

Re: [R] problems with .svg

2008-01-20 Thread Mag. Ferri Leberl
it via R CMD INSTALL package_file You might need to give the '-l' options for where to install to. G. On Sun, Jan 20, 2008 at 03:49:22PM +0100, Mag. Ferri Leberl wrote: Thank you so far. install.packages(RSvgDevice, dependencies = TRUE) returns Warnung in install.packages

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 + schrieb

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 that, before posting

[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

Re: [R] Background Colour

2008-10-24 Thread Mag. Ferri Leberl
that helps Mag. Ferri Leberl wrote: 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