search for: balv

Displaying 17 results from an estimated 17 matches for "balv".

Did you mean: ball
2012 Jul 02
3
carpet plots
...deeper knowledge. Because I think "That's a thing R can do!", I suppose, there are scripts for this purpose. Perhaps one of you knows such a script. I would be very grateful if you could point me to some information on this subject. Richard -- Richard M?ller . Am Spring 9 . D-58802 Balve www.oeko-sorpe.de
2007 Dec 29
3
tcltk again
...modal dialog", but I was not able to pick the essentials out of it. I did not want to press several buttons until the necessary window appears. Also the "editable text window" was not really a solution. Perhaps a small hint again? Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn www.oeko-sorpe.de
2006 Sep 05
2
winDialog UNIX equivalent?
...9;m using winDialog and winDialogString in scripts running on a XP-machine. Since we're using some Linux-machines (Suse 10.0 and 10.1 on x86) I'm interested in equivalents of the above functions usable under Linux-OS. Are there any? Thanks, Richard -- Richard Müller - Am Spring 9 - D-58802 Balve-Eisborn www.oeko-sorpe.de [[alternative HTML version deleted]]
2012 Jul 11
1
Using data stored in a file for a heatmap
....: "file.csv": 0 0 0.1 0 1 0.5 0 2 0.4 1 0 0.3 1 1 0.4 1 2 0.6 ... I can use scan() for generating the matrix for R: inp <- scan("file.csv", list(0, 0, 0)) How can I feed inp into levelplot()? Thanks a lot for your help Richard -- Richard M?ller . Am Spring 9 . D-58802 Balve www.oeko-sorpe.de
2012 Sep 08
1
Thanks for helping - back to the community?
...to the article in an R-wiki (which?) so I can give back a little to the community? The article is in german: "Grafikausgabe mit "R" - zwei Beispiele aus der Praxis der ?kologischen Station" (www.phytoplankton.info/download/r-grafik.pdf) -- Richard M?ller . Am Spring 9 . D-58802 Balve www.oeko-sorpe.de
2012 Aug 20
1
Colour gradients and colour fill between points
...lt when interpolating. Also the rest of the graph should be produced by interpolating, i.e. between 0,0 and 0,1 (z=1 resp. z=2) should be the colour for z = 1.5, so that a really smooth gradient is achieved. Is that possible? Thanks for helping, Richard -- Richard M?ller . Am Spring 9 . D-58802 Balve www.oeko-sorpe.de
2012 Aug 23
1
Origin of coordinate system
...other way round! I think, when I start with error bars or similar, I will get in trouble. Therefore my simple question: can I define a coordinate system with (0,0) in the upper left and the x- and y-axis as I described? Thanks for your answers - Richard -- Richard M?ller . Am Spring 9 . D-58802 Balve www.oeko-sorpe.de
2002 Nov 07
3
Rcmd? Where?
...t? (I have to start R and give the name of the file with the R-commands on the command line, so that R is invoked together with its command-file "todo.R". Do I really need Rcmd for that? To write "Rterm todo.R" did not work.) Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn r.mueller at oeko-sorpe.de - www.oeko-sorpe.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bo...
2002 Nov 03
1
continuous lines?
...ry x-datum has a corresponding y-datum. At these "gaps" the graph is not displayed. I want to display the measured data with points, joined by a line ("type=b"), even if there are gaps. Is that possible? Thanks for your help, Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn r.mueller at oeko-sorpe.de - www.oeko-sorpe.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bo...
2002 Nov 10
1
graphics window closes after invoking
...cmd is called from a macro within a spreadsheet file to display a graphic based on this spreadsheet) ---------------- * Thanks to the list I "found" Rcmd. Never thought that you have to install the sources to get Rcmd alive! Thank you. Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn r.mueller at oeko-sorpe.de - www.oeko-sorpe.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bo...
2002 Nov 17
1
position of windows-dialogue
...creen and hides a part of the graphics window. Is it possible to determine the coordinates where the Windows dialogue box opens? I'd like to set the default for this on the left half of the screen. Is that possible? Thank you for your answer! Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn r.mueller at oeko-sorpe.de - www.oeko-sorpe.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bo...
2007 Jan 31
1
can't find mailing list commands
Sorry for inconvenience - but since I can't find any hints on this list at stat.ethz.ch, I'll ask here: How do I unsubscribe from this list? Thanks for answering - Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn www.oeko-sorpe.de
2004 Jul 05
1
Behaviour of R with win98 and XP?
...snip...... The error message: Error in file(file, "r"): unable to open connection In addition: Warning message: cannot open file `c://Temp//TempFile.csv' Does R behave different unter W98 than it does under XP? Thanks for helping Richard -- -- Richard M??ller - Am Spring 9 - D-58802 Balve-Eisborn r.mueller at oeko-sorpe.de - www.oeko-sorpe.de
2007 Dec 28
4
Return Value of TCl/Tk window in R
...ype="okcancel")" in my R script. Now I want to perform some operation in relation to the user's choice, something like "if (okpressed) xxx else yyy" What values does this command give and how are they used? Thank you, Richard -- Richard M?ller - Am Spring 9 - D-58802 Balve-Eisborn www.oeko-sorpe.de
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl... am a engg. student...i was trying to use R in statistical calculations now the problem is..i imported a huge tsv file onto R...it has a column which gives cost...and it has "$" with each numerical value in this column...it is something like this..$.05,$.1,$.075...and so on.. R is reading it as "character vector"... i tried using all the arguments but
2013 Feb 05
2
duplicate data
...dnet werden. add = TRUE) # Das Bild wird ?uber das bereits Vorhandene# gezeichnet contour(sorpe.li, # Isohypsen werden eingezeichnet add = TRUE) points(sorpe, # Die urspr?unglichen Messpunkte werden pch = 1) # eingezeichnet, und zwar als Kreise -- Richard M?ller . Am Spring 9 . D-58802 Balve http://www.oeko-sorpe.de - http://www.phytoplankton.info - http://independent.academia.edu/Richard
2004 Jul 07
7
Importing an Excel file
Hello, R users, I am a very beginner of R and tried read.csv to import an excel file after saving an excel file as csv. But it added alternating rows of fictitious NA values after row number 16. When I applied read.delim, there were trailing several commas at the end of each row after row number 16 instead of NA values. Appreciate your help. Kyong [[alternative HTML version deleted]]